#d2bc9e
a light, soft orange · warm · closest name: tan
RGB
210, 188, 158
HSL
35°, 37%, 72%
CMYK
0, 11, 25, 18
Luminance
0.5214
Every format
| HEX | #d2bc9e |
| RGB | rgb(210, 188, 158) |
| HSL | hsl(35, 37%, 72%) |
| CMYK | cmyk(0%, 11%, 25%, 18%) |
| LAB | lab(77.4 3.2 18.1) |
| LCH | lch(77.4 18.3 80.1) |
| OKLCH | oklch(0.806 0.048 75.5) |
Copy-ready code
/* CSS */
color: #d2bc9e;
background-color: #d2bc9e;
/* Tailwind (arbitrary) */
class="text-[#d2bc9e] bg-[#d2bc9e]"
/* SCSS */
$brand: #d2bc9e;
/* SwiftUI */
Color(red: 0.824, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#d2bc9e")Accessibility — WCAG contrast
Aa
#d2bc9e on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2bc9e on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow24.8%
Key (black)17.6%
Color previews
#d2bc9e text on a black background
contrast 11.43:1
Card sample
#d2bc9e text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2bc9e;
Background color
Panel with #d2bc9e background
background-color: #d2bc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2bc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2bc9e; background: linear-gradient(135deg, #d2bc9e, #C5D29E);