#d2ba9f
a light, soft orange · warm · closest name: tan
RGB
210, 186, 159
HSL
32°, 36%, 72%
CMYK
0, 11, 24, 18
Luminance
0.5132
Every format
| HEX | #d2ba9f |
| RGB | rgb(210, 186, 159) |
| HSL | hsl(32, 36%, 72%) |
| CMYK | cmyk(0%, 11%, 24%, 18%) |
| LAB | lab(76.9 4.4 16.8) |
| LCH | lch(76.9 17.4 75.4) |
| OKLCH | oklch(0.802 0.046 70.4) |
Copy-ready code
/* CSS */
color: #d2ba9f;
background-color: #d2ba9f;
/* Tailwind (arbitrary) */
class="text-[#d2ba9f] bg-[#d2ba9f]"
/* SCSS */
$brand: #d2ba9f;
/* SwiftUI */
Color(red: 0.824, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#d2ba9f")Accessibility — WCAG contrast
Aa
#d2ba9f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ba9f on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow24.3%
Key (black)17.6%
Color previews
#d2ba9f text on a black background
contrast 11.26:1
Card sample
#d2ba9f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ba9f;
Background color
Panel with #d2ba9f background
background-color: #d2ba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ba9f; background: linear-gradient(135deg, #d2ba9f, #C8D29F);