#FFD31D
A medium, vivid yellow closely aligning with Gold.
About #FFD31D
At its core, #FFD31D is a medium and vivid hue. Its closest recognized web color is Gold. Its digital footprint relies on 255 parts red, 211 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 17% magenta, 89% 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#FFD31D
RGB255, 211, 29
HSL48.3°, 100.0%, 55.7%
CMYK0%, 17%, 89%, 0%
HSV48.3°, 88.6%, 100.0%
LAB86.0, 0.4, 83.1
XYZ64.8, 67.9, 10.9
Decimal16765725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD31D;
}
.text-color {
color: #FFD31D;
}
.border-color {
border: 2px solid #FFD31D;
}