#d8bc9f
a light, soft orange · warm · closest name: tan
RGB
216, 188, 159
HSL
31°, 42%, 74%
CMYK
0, 13, 26, 15
Luminance
0.5307
Every format
| HEX | #d8bc9f |
| RGB | rgb(216, 188, 159) |
| HSL | hsl(31, 42%, 74%) |
| CMYK | cmyk(0%, 13%, 26%, 15%) |
| LAB | lab(77.9 5.6 18.4) |
| LCH | lch(77.9 19.2 73.1) |
| OKLCH | oklch(0.812 0.051 68.0) |
Copy-ready code
/* CSS */
color: #d8bc9f;
background-color: #d8bc9f;
/* Tailwind (arbitrary) */
class="text-[#d8bc9f] bg-[#d8bc9f]"
/* SCSS */
$brand: #d8bc9f;
/* SwiftUI */
Color(red: 0.847, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#d8bc9f")Accessibility — WCAG contrast
Aa
#d8bc9f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8bc9f on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow26.4%
Key (black)15.3%
Color previews
#d8bc9f text on a black background
contrast 11.61:1
Card sample
#d8bc9f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8bc9f;
Background color
Panel with #d8bc9f background
background-color: #d8bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8bc9f; background: linear-gradient(135deg, #d8bc9f, #CED89F);