#FFBD75
A light, vivid orange closely aligning with Sandybrown.
About #FFBD75
When working with digital screens, the color #FFBD75 is rendered by mixing light. It is closely associated with the named CSS color Sandybrown. In the RGB color space, it consists of 255 red, 189 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 26% Magenta, 54% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FFBD75
RGB255, 189, 117
HSL31.3°, 100.0%, 72.9%
CMYK0%, 26%, 54%, 0%
HSV31.3°, 54.1%, 100.0%
LAB81.3, 15.9, 45.4
XYZ62.6, 58.9, 24.9
Decimal16760181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD75;
}
.text-color {
color: #FFBD75;
}
.border-color {
border: 2px solid #FFBD75;
}