#F0DBB6
A very light, moderate orange closely aligning with Wheat.
About #F0DBB6
Visually, #F0DBB6 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Wheat. Its digital footprint relies on 240 parts red, 219 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 9% Magenta, 24% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0DBB6
RGB240, 219, 182
HSL38.3°, 65.9%, 82.7%
CMYK0%, 9%, 24%, 6%
HSV38.3°, 24.2%, 94.1%
LAB88.2, 1.6, 20.8
XYZ69.7, 72.6, 54.6
Decimal15784886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DBB6;
}
.text-color {
color: #F0DBB6;
}
.border-color {
border: 2px solid #F0DBB6;
}