#FFE975
A light, vivid yellow closely aligning with Khaki.
About #FFE975
At its core, #FFE975 is a light and vivid hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(255, 233, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 9% magenta, 54% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFE975
RGB255, 233, 117
HSL50.4°, 100.0%, 72.9%
CMYK0%, 9%, 54%, 0%
HSV50.4°, 54.1%, 100.0%
LAB92.1, -6.6, 58.3
XYZ73.6, 80.8, 28.6
Decimal16771445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.16:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE975;
}
.text-color {
color: #FFE975;
}
.border-color {
border: 2px solid #FFE975;
}