#d0afab
a light, soft red · warm · closest name: silver
RGB
208, 175, 171
HSL
7°, 28%, 74%
CMYK
0, 16, 18, 18
Luminance
0.4701
Every format
| HEX | #d0afab |
| RGB | rgb(208, 175, 171) |
| HSL | hsl(7, 28%, 74%) |
| CMYK | cmyk(0%, 16%, 18%, 18%) |
| LAB | lab(74.2 11.3 6.5) |
| LCH | lch(74.2 13.0 29.9) |
| OKLCH | oklch(0.782 0.039 26.1) |
Copy-ready code
/* CSS */
color: #d0afab;
background-color: #d0afab;
/* Tailwind (arbitrary) */
class="text-[#d0afab] bg-[#d0afab]"
/* SCSS */
$brand: #d0afab;
/* SwiftUI */
Color(red: 0.816, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#d0afab")Accessibility — WCAG contrast
Aa
#d0afab on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0afab on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow17.8%
Key (black)18.4%
Color previews
#d0afab text on a black background
contrast 10.40:1
Card sample
#d0afab text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0afab;
Background color
Panel with #d0afab background
background-color: #d0afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0afab; background: linear-gradient(135deg, #d0afab, #D0C8AB);