#FFBD5F
A light, vivid orange closely aligning with Sandybrown.
About #FFBD5F
When working with digital screens, the color #FFBD5F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(255, 189, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 26% Magenta, 63% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFBD5F
RGB255, 189, 95
HSL35.2°, 100.0%, 68.6%
CMYK0%, 26%, 63%, 0%
HSV35.2°, 62.7%, 100.0%
LAB81.0, 14.3, 55.7
XYZ61.5, 58.5, 18.9
Decimal16760159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD5F;
}
.text-color {
color: #FFBD5F;
}
.border-color {
border: 2px solid #FFBD5F;
}