#DBF075
A light, vivid yellow closely aligning with Khaki.
About #DBF075
Visually, #DBF075 is defined as a vivid yellow. Its closest recognized web color is Khaki. Its digital footprint relies on 219 parts red, 240 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 9% C, 0% M, 51% Y, and 6% K. With a hue angle of 70.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBF075
RGB219, 240, 117
HSL70.2°, 80.4%, 70.0%
CMYK9%, 0%, 51%, 6%
HSV70.2°, 51.3%, 94.1%
LAB91.1, -24.3, 56.4
XYZ63.6, 78.7, 28.7
Decimal14413941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.73:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF075;
}
.text-color {
color: #DBF075;
}
.border-color {
border: 2px solid #DBF075;
}