#d3af7c
a light, vivid orange · warm · closest name: tan
RGB
211, 175, 124
HSL
35°, 50%, 66%
CMYK
0, 17, 41, 17
Luminance
0.4596
Every format
| HEX | #d3af7c |
| RGB | rgb(211, 175, 124) |
| HSL | hsl(35, 50%, 66%) |
| CMYK | cmyk(0%, 17%, 41%, 17%) |
| LAB | lab(73.5 6.2 31.0) |
| LCH | lch(73.5 31.6 78.7) |
| OKLCH | oklch(0.774 0.079 75.8) |
Copy-ready code
/* CSS */
color: #d3af7c;
background-color: #d3af7c;
/* Tailwind (arbitrary) */
class="text-[#d3af7c] bg-[#d3af7c]"
/* SCSS */
$brand: #d3af7c;
/* SwiftUI */
Color(red: 0.827, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#d3af7c")Accessibility — WCAG contrast
Aa
#d3af7c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3af7c on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow41.2%
Key (black)17.3%
Color previews
#d3af7c text on a black background
contrast 10.19:1
Card sample
#d3af7c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3af7c;
Background color
Panel with #d3af7c background
background-color: #d3af7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3af7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3af7c; background: linear-gradient(135deg, #d3af7c, #BDD37C);