#d0acaf
a light, soft red · warm · closest name: silver
RGB
208, 172, 175
HSL
355°, 28%, 75%
CMYK
0, 17, 16, 18
Luminance
0.4601
Every format
| HEX | #d0acaf |
| RGB | rgb(208, 172, 175) |
| HSL | hsl(355, 28%, 75%) |
| CMYK | cmyk(0%, 17%, 16%, 18%) |
| LAB | lab(73.5 13.6 3.4) |
| LCH | lch(73.5 14.0 14.0) |
| OKLCH | oklch(0.777 0.042 12.4) |
Copy-ready code
/* CSS */
color: #d0acaf;
background-color: #d0acaf;
/* Tailwind (arbitrary) */
class="text-[#d0acaf] bg-[#d0acaf]"
/* SCSS */
$brand: #d0acaf;
/* SwiftUI */
Color(red: 0.816, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#d0acaf")Accessibility — WCAG contrast
Aa
#d0acaf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0acaf on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow15.9%
Key (black)18.4%
Color previews
#d0acaf text on a black background
contrast 10.20:1
Card sample
#d0acaf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0acaf;
Background color
Panel with #d0acaf background
background-color: #d0acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0acaf; background: linear-gradient(135deg, #d0acaf, #D0C1AC);