#d4af7c
a light, vivid orange · warm · closest name: tan
RGB
212, 175, 124
HSL
35°, 51%, 66%
CMYK
0, 18, 42, 17
Luminance
0.4611
Every format
| HEX | #d4af7c |
| RGB | rgb(212, 175, 124) |
| HSL | hsl(35, 51%, 66%) |
| CMYK | cmyk(0%, 18%, 42%, 17%) |
| LAB | lab(73.6 6.6 31.2) |
| LCH | lch(73.6 31.9 78.0) |
| OKLCH | oklch(0.775 0.080 75.1) |
Copy-ready code
/* CSS */
color: #d4af7c;
background-color: #d4af7c;
/* Tailwind (arbitrary) */
class="text-[#d4af7c] bg-[#d4af7c]"
/* SCSS */
$brand: #d4af7c;
/* SwiftUI */
Color(red: 0.831, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#d4af7c")Accessibility — WCAG contrast
Aa
#d4af7c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4af7c on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow41.5%
Key (black)16.9%
Color previews
#d4af7c text on a black background
contrast 10.22:1
Card sample
#d4af7c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4af7c;
Background color
Panel with #d4af7c background
background-color: #d4af7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4af7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4af7c; background: linear-gradient(135deg, #d4af7c, #BED47C);