#FFD383
A light, vivid orange closely aligning with Khaki.
About #FFD383
At its core, #FFD383 is a light and vivid hue. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 211, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 17% Magenta, 49% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFD383
RGB255, 211, 131
HSL38.7°, 100.0%, 75.7%
CMYK0%, 17%, 49%, 0%
HSV38.7°, 48.6%, 100.0%
LAB86.7, 5.7, 45.2
XYZ68.6, 69.5, 31.3
Decimal16765827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD383;
}
.text-color {
color: #FFD383;
}
.border-color {
border: 2px solid #FFD383;
}