#d2af8c
a light, soft orange · warm · closest name: tan
RGB
210, 175, 140
HSL
30°, 44%, 69%
CMYK
0, 17, 33, 18
Luminance
0.4626
Every format
| HEX | #d2af8c |
| RGB | rgb(210, 175, 140) |
| HSL | hsl(30, 44%, 69%) |
| CMYK | cmyk(0%, 17%, 33%, 18%) |
| LAB | lab(73.7 7.7 22.7) |
| LCH | lch(73.7 24.0 71.3) |
| OKLCH | oklch(0.776 0.063 66.7) |
Copy-ready code
/* CSS */
color: #d2af8c;
background-color: #d2af8c;
/* Tailwind (arbitrary) */
class="text-[#d2af8c] bg-[#d2af8c]"
/* SCSS */
$brand: #d2af8c;
/* SwiftUI */
Color(red: 0.824, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#d2af8c")Accessibility — WCAG contrast
Aa
#d2af8c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2af8c on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow33.3%
Key (black)17.6%
Color previews
#d2af8c text on a black background
contrast 10.25:1
Card sample
#d2af8c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2af8c;
Background color
Panel with #d2af8c background
background-color: #d2af8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2af8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2af8c; background: linear-gradient(135deg, #d2af8c, #C6D28C);