#F0DBA0
A light, vivid orange closely aligning with Palegoldenrod.
About #F0DBA0
The precise color #F0DBA0 is an excellent choice for modern design projects. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(240, 219, 160).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0DBA0
RGB240, 219, 160
HSL44.2°, 72.7%, 78.4%
CMYK0%, 9%, 33%, 6%
HSV44.2°, 33.3%, 94.1%
LAB87.8, -1.2, 31.7
XYZ67.6, 71.7, 43.5
Decimal15784864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DBA0;
}
.text-color {
color: #F0DBA0;
}
.border-color {
border: 2px solid #F0DBA0;
}