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