#F0DBA8
A very light, vivid orange closely aligning with Wheat.
About #F0DBA8
The hex code #F0DBA8 represents a beautifully specific shade of orange. Designers often compare it to the standard color Wheat. Its digital footprint relies on 240 parts red, 219 parts green, and 168 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 9% M, 30% Y, and 6% K. With a hue angle of 42.5 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0DBA8
RGB240, 219, 168
HSL42.5°, 70.6%, 80.0%
CMYK0%, 9%, 30%, 6%
HSV42.5°, 30.0%, 94.1%
LAB88.0, -0.2, 27.8
XYZ68.3, 72.0, 47.3
Decimal15784872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DBA8;
}
.text-color {
color: #F0DBA8;
}
.border-color {
border: 2px solid #F0DBA8;
}