Peachpuff to RGB — Color Code

#ffdab9
Format Value
HEX #ffdab9
RGB rgb(255, 218, 185)
HSL hsl(28.3, 100%, 86.3%)
CMYK cmyk(0%, 14.5%, 27.5%, 0%)
HSV hsv(28.3, 27.5%, 100%)

peachpuff color harmonies

Tints & shades of peachpuff

Tints (lighter)

#ffddbf #ffe1c6 #ffe4cc #ffe7d2 #ffebd9 #ffeedf #fff2e6 #fff5ec #fff8f2 #fffcf9

Shades (darker)

#e8c6a8 #d1b297 #b99f87 #a28b76 #8b7765 #746354 #5d4f43 #463b32 #2e2822 #171411

Contrast & accessibility

The quick brown fox

On white · 1.31:1 · Fail

The quick brown fox

On black · 15.98:1 · AAA

Recommended text color: #000000

Use peachpuff in code

CSS color: #ffdab9;
SCSS $color: #ffdab9;
Tailwind bg-[#ffdab9]
Swift UIColor(red: 1.000, green: 0.855, blue: 0.725, alpha: 1)
Android Color.parseColor("#ffdab9")
Flutter Color(0xFFFFDAB9)

Colors similar to peachpuff

Browse all Orange colors →

What is the RGB code for peachpuff?

The CSS color peachpuff in RGB format is rgb(255, 218, 185). Use this value directly in CSS, SVG, and most design tools.

How do I use peachpuff in CSS?

To apply peachpuff in CSS:

  • Text color: color: rgb(255, 218, 185);
  • Background: background-color: rgb(255, 218, 185);
  • Border: border-color: rgb(255, 218, 185);

What are all the color format values for peachpuff?

FormatValue
HEX#ffdab9
RGBrgb(255, 218, 185)
HSLhsl(28.3, 100%, 86.3%)
CMYKcmyk(0%, 14.5%, 27.5%, 0%)

How do I convert peachpuff to RGB?

Select peachpuff from the color name list in our color converter. The RGB value — rgb(255, 218, 185) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does peachpuff belong to?

peachpuff belongs to the orange color family. It is a light, vivid color with HSL values: hue 28.3°, saturation 100%, lightness 86.3%.

How do I create lighter and darker shades of peachpuff?

Lighter variant (lightness 95%): #fff2e5. Darker variant (lightness 71.3%): #ffb26d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.