#dcacaf
a light, soft red · warm · closest name: pink
RGB
220, 172, 175
HSL
356°, 41%, 77%
CMYK
0, 22, 21, 14
Luminance
0.4782
Every format
| HEX | #dcacaf |
| RGB | rgb(220, 172, 175) |
| HSL | hsl(356, 41%, 77%) |
| CMYK | cmyk(0%, 22%, 21%, 14%) |
| LAB | lab(74.7 18.0 5.2) |
| LCH | lch(74.7 18.7 16.1) |
| OKLCH | oklch(0.789 0.056 14.2) |
Copy-ready code
/* CSS */
color: #dcacaf;
background-color: #dcacaf;
/* Tailwind (arbitrary) */
class="text-[#dcacaf] bg-[#dcacaf]"
/* SCSS */
$brand: #dcacaf;
/* SwiftUI */
Color(red: 0.863, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#dcacaf")Accessibility — WCAG contrast
Aa
#dcacaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcacaf on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow20.5%
Key (black)13.7%
Color previews
#dcacaf text on a black background
contrast 10.56:1
Card sample
#dcacaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcacaf;
Background color
Panel with #dcacaf background
background-color: #dcacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcacaf; background: linear-gradient(135deg, #dcacaf, #DCC9AC);