#d0af9b
a light, soft orange · warm · closest name: tan
RGB
208, 175, 155
HSL
23°, 36%, 71%
CMYK
0, 16, 26, 18
Luminance
0.4644
Every format
| HEX | #d0af9b |
| RGB | rgb(208, 175, 155) |
| HSL | hsl(23, 36%, 71%) |
| CMYK | cmyk(0%, 16%, 26%, 18%) |
| LAB | lab(73.8 8.9 14.7) |
| LCH | lch(73.8 17.2 58.8) |
| OKLCH | oklch(0.778 0.048 53.0) |
Copy-ready code
/* CSS */
color: #d0af9b;
background-color: #d0af9b;
/* Tailwind (arbitrary) */
class="text-[#d0af9b] bg-[#d0af9b]"
/* SCSS */
$brand: #d0af9b;
/* SwiftUI */
Color(red: 0.816, green: 0.686, blue: 0.608)
/* Android */
Color.parseColor("#d0af9b")Accessibility — WCAG contrast
Aa
#d0af9b on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0af9b on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green68.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow25.5%
Key (black)18.4%
Color previews
#d0af9b text on a black background
contrast 10.29:1
Card sample
#d0af9b text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0af9b;
Background color
Panel with #d0af9b background
background-color: #d0af9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0af9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 175, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 175, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0af9b; background: linear-gradient(135deg, #d0af9b, #CED09B);