#FFDB83
A light, vivid orange closely aligning with Khaki.
About #FFDB83
Visually, #FFDB83 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 219, and 131.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 14% magenta, 49% yellow, and 0% black. With a hue angle of 42.6 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFDB83
RGB255, 219, 131
HSL42.6°, 100.0%, 75.7%
CMYK0%, 14%, 49%, 0%
HSV42.6°, 48.6%, 100.0%
LAB88.7, 1.6, 47.6
XYZ70.7, 73.6, 31.9
Decimal16767875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.71:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB83;
}
.text-color {
color: #FFDB83;
}
.border-color {
border: 2px solid #FFDB83;
}