#FFBD57
A light, vivid orange closely aligning with Goldenrod.
About #FFBD57
The hex code #FFBD57 represents a beautifully specific shade of orange. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(255, 189, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 26% Magenta, 66% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBD57
RGB255, 189, 87
HSL36.4°, 100.0%, 67.1%
CMYK0%, 26%, 66%, 0%
HSV36.4°, 65.9%, 100.0%
LAB80.9, 13.9, 59.3
XYZ61.2, 58.3, 17.1
Decimal16760151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD57;
}
.text-color {
color: #FFBD57;
}
.border-color {
border: 2px solid #FFBD57;
}