#d4af9b
a light, soft orange · warm · closest name: tan
RGB
212, 175, 155
HSL
21°, 40%, 72%
CMYK
0, 18, 27, 17
Luminance
0.4702
Every format
| HEX | #d4af9b |
| RGB | rgb(212, 175, 155) |
| HSL | hsl(21, 40%, 72%) |
| CMYK | cmyk(0%, 18%, 27%, 17%) |
| LAB | lab(74.2 10.4 15.3) |
| LCH | lch(74.2 18.5 55.7) |
| OKLCH | oklch(0.782 0.051 50.0) |
Copy-ready code
/* CSS */
color: #d4af9b;
background-color: #d4af9b;
/* Tailwind (arbitrary) */
class="text-[#d4af9b] bg-[#d4af9b]"
/* SCSS */
$brand: #d4af9b;
/* SwiftUI */
Color(red: 0.831, green: 0.686, blue: 0.608)
/* Android */
Color.parseColor("#d4af9b")Accessibility — WCAG contrast
Aa
#d4af9b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4af9b on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green68.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow26.9%
Key (black)16.9%
Color previews
#d4af9b text on a black background
contrast 10.40:1
Card sample
#d4af9b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4af9b;
Background color
Panel with #d4af9b background
background-color: #d4af9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4af9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 175, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 175, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4af9b; background: linear-gradient(135deg, #d4af9b, #D3D49B);