#d7af6c
a balanced, vivid orange · warm · closest name: tan
RGB
215, 175, 108
HSL
38°, 57%, 63%
CMYK
0, 19, 50, 16
Luminance
0.4619
Every format
| HEX | #d7af6c |
| RGB | rgb(215, 175, 108) |
| HSL | hsl(38, 57%, 63%) |
| CMYK | cmyk(0%, 19%, 50%, 16%) |
| LAB | lab(73.7 6.2 39.6) |
| LCH | lch(73.7 40.1 81.1) |
| OKLCH | oklch(0.775 0.097 79.5) |
Copy-ready code
/* CSS */
color: #d7af6c;
background-color: #d7af6c;
/* Tailwind (arbitrary) */
class="text-[#d7af6c] bg-[#d7af6c]"
/* SCSS */
$brand: #d7af6c;
/* SwiftUI */
Color(red: 0.843, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#d7af6c")Accessibility — WCAG contrast
Aa
#d7af6c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7af6c on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow49.8%
Key (black)15.7%
Color previews
#d7af6c text on a black background
contrast 10.24:1
Card sample
#d7af6c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7af6c;
Background color
Panel with #d7af6c background
background-color: #d7af6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7af6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7af6c; background: linear-gradient(135deg, #d7af6c, #B8D76C);