#DBE9AF
A very light, moderate yellow closely aligning with Palegoldenrod.
About #DBE9AF
When working with digital screens, the color #DBE9AF is rendered by mixing light. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(219, 233, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 6% C, 0% M, 25% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#DBE9AF
RGB219, 233, 175
HSL74.5°, 56.9%, 80.0%
CMYK6%, 0%, 25%, 9%
HSV74.5°, 24.9%, 91.4%
LAB90.1, -14.2, 26.7
XYZ66.1, 76.4, 51.8
Decimal14412207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.29:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE9AF;
}
.text-color {
color: #DBE9AF;
}
.border-color {
border: 2px solid #DBE9AF;
}