#FFD357
A light, vivid orange closely aligning with Goldenrod.
About #FFD357
At its core, #FFD357 is a light and vivid hue. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 255 parts red, 211 parts green, and 87 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 17% magenta, 66% yellow, and 0% black. With a hue angle of 44.3 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFD357
RGB255, 211, 87
HSL44.3°, 100.0%, 67.1%
CMYK0%, 17%, 66%, 0%
HSV44.3°, 65.9%, 100.0%
LAB86.3, 2.5, 65.1
XYZ66.3, 68.5, 18.8
Decimal16765783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.71:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD357;
}
.text-color {
color: #FFD357;
}
.border-color {
border: 2px solid #FFD357;
}