#d9af8c
a light, vivid orange · warm · closest name: tan
RGB
217, 175, 140
HSL
27°, 50%, 70%
CMYK
0, 19, 36, 15
Luminance
0.4731
Every format
| HEX | #d9af8c |
| RGB | rgb(217, 175, 140) |
| HSL | hsl(27, 50%, 70%) |
| CMYK | cmyk(0%, 19%, 36%, 15%) |
| LAB | lab(74.4 10.4 23.7) |
| LCH | lch(74.4 25.9 66.2) |
| OKLCH | oklch(0.783 0.068 61.4) |
Copy-ready code
/* CSS */
color: #d9af8c;
background-color: #d9af8c;
/* Tailwind (arbitrary) */
class="text-[#d9af8c] bg-[#d9af8c]"
/* SCSS */
$brand: #d9af8c;
/* SwiftUI */
Color(red: 0.851, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#d9af8c")Accessibility — WCAG contrast
Aa
#d9af8c on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9af8c on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow35.5%
Key (black)14.9%
Color previews
#d9af8c text on a black background
contrast 10.46:1
Card sample
#d9af8c text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9af8c;
Background color
Panel with #d9af8c background
background-color: #d9af8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9af8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9af8c; background: linear-gradient(135deg, #d9af8c, #D0D98C);