#d2ab7f
a light, vivid orange · warm · closest name: tan
RGB
210, 171, 127
HSL
32°, 48%, 66%
CMYK
0, 19, 40, 18
Luminance
0.4436
Every format
| HEX | #d2ab7f |
| RGB | rgb(210, 171, 127) |
| HSL | hsl(32, 48%, 66%) |
| CMYK | cmyk(0%, 19%, 40%, 18%) |
| LAB | lab(72.5 8.3 28.0) |
| LCH | lch(72.5 29.2 73.5) |
| OKLCH | oklch(0.766 0.074 69.7) |
Copy-ready code
/* CSS */
color: #d2ab7f;
background-color: #d2ab7f;
/* Tailwind (arbitrary) */
class="text-[#d2ab7f] bg-[#d2ab7f]"
/* SCSS */
$brand: #d2ab7f;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#d2ab7f")Accessibility — WCAG contrast
Aa
#d2ab7f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ab7f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow39.5%
Key (black)17.6%
Color previews
#d2ab7f text on a black background
contrast 9.87:1
Card sample
#d2ab7f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ab7f;
Background color
Panel with #d2ab7f background
background-color: #d2ab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ab7f; background: linear-gradient(135deg, #d2ab7f, #C2D27F);