Pale to RGB — Color Code

#fff9d0
Format Value
HEX #fff9d0
RGB rgb(255, 249, 208)
HSL hsl(52.3, 100%, 90.8%)
CMYK cmyk(0%, 2.4%, 18.4%, 0%)
HSV hsv(52.3, 18.4%, 100%)

pale color harmonies

Tints & shades of pale

Tints (lighter)

#fffad4 #fffad9 #fffbdd #fffbe1 #fffce5 #fffcea #fffdee #fffdf2 #fffef6 #fffefb

Shades (darker)

#e8e2bd #d1ccaa #b9b597 #a29e84 #8b8871 #74715f #5d5b4c #464439 #2e2d26 #171713

Contrast & accessibility

The quick brown fox

On white · 1.07:1 · Fail

The quick brown fox

On black · 19.71:1 · AAA

Recommended text color: #000000

Use pale in code

CSS color: #fff9d0;
SCSS $color: #fff9d0;
Tailwind bg-[#fff9d0]
Swift UIColor(red: 1.000, green: 0.976, blue: 0.816, alpha: 1)
Android Color.parseColor("#fff9d0")
Flutter Color(0xFFFFF9D0)

Colors similar to pale

Browse all Yellow colors →

What is the RGB code for pale?

The CSS color pale in RGB format is rgb(255, 249, 208). Use this value directly in CSS, SVG, and most design tools.

How do I use pale in CSS?

To apply pale in CSS:

  • Text color: color: rgb(255, 249, 208);
  • Background: background-color: rgb(255, 249, 208);
  • Border: border-color: rgb(255, 249, 208);

What are all the color format values for pale?

FormatValue
HEX#fff9d0
RGBrgb(255, 249, 208)
HSLhsl(52.3, 100%, 90.8%)
CMYKcmyk(0%, 2.4%, 18.4%, 0%)

How do I convert pale to RGB?

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

What color family does pale belong to?

pale belongs to the near-white color family. It is a light, vivid color with HSL values: hue 52.3°, saturation 100%, lightness 90.8%.

How do I create lighter and darker shades of pale?

Lighter variant (lightness 95%): #fffce5. Darker variant (lightness 75.8%): #ffef84. 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.