#d0af8c
a light, soft orange · warm · closest name: tan
RGB
208, 175, 140
HSL
31°, 42%, 68%
CMYK
0, 16, 33, 18
Luminance
0.4596
Every format
| HEX | #d0af8c |
| RGB | rgb(208, 175, 140) |
| HSL | hsl(31, 42%, 68%) |
| CMYK | cmyk(0%, 16%, 33%, 18%) |
| LAB | lab(73.5 6.9 22.4) |
| LCH | lch(73.5 23.5 72.9) |
| OKLCH | oklch(0.774 0.061 68.4) |
Copy-ready code
/* CSS */
color: #d0af8c;
background-color: #d0af8c;
/* Tailwind (arbitrary) */
class="text-[#d0af8c] bg-[#d0af8c]"
/* SCSS */
$brand: #d0af8c;
/* SwiftUI */
Color(red: 0.816, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#d0af8c")Accessibility — WCAG contrast
Aa
#d0af8c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0af8c on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow32.7%
Key (black)18.4%
Color previews
#d0af8c text on a black background
contrast 10.19:1
Card sample
#d0af8c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0af8c;
Background color
Panel with #d0af8c background
background-color: #d0af8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0af8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0af8c; background: linear-gradient(135deg, #d0af8c, #C4D08C);