#FFBD8A
A light, vivid orange closely aligning with Burlywood.
About #FFBD8A
When working with digital screens, the color #FFBD8A is rendered by mixing light. It is closely associated with the named CSS color Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 189, and 138.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 26% M, 46% Y, and 0% K. With a hue angle of 26.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBD8A
RGB255, 189, 138
HSL26.2°, 100.0%, 77.1%
CMYK0%, 26%, 46%, 0%
HSV26.2°, 45.9%, 100.0%
LAB81.6, 17.8, 35.0
XYZ64.0, 59.5, 32.2
Decimal16760202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD8A;
}
.text-color {
color: #FFBD8A;
}
.border-color {
border: 2px solid #FFBD8A;
}