#dbacb2
a light, soft red · warm · closest name: pink
RGB
219, 172, 178
HSL
352°, 40%, 77%
CMYK
0, 22, 19, 14
Luminance
0.4778
Every format
| HEX | #dbacb2 |
| RGB | rgb(219, 172, 178) |
| HSL | hsl(352, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 19%, 14%) |
| LAB | lab(74.7 18.1 3.5) |
| LCH | lch(74.7 18.4 11.0) |
| OKLCH | oklch(0.789 0.056 9.8) |
Copy-ready code
/* CSS */
color: #dbacb2;
background-color: #dbacb2;
/* Tailwind (arbitrary) */
class="text-[#dbacb2] bg-[#dbacb2]"
/* SCSS */
$brand: #dbacb2;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#dbacb2")Accessibility — WCAG contrast
Aa
#dbacb2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacb2 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow18.7%
Key (black)14.1%
Color previews
#dbacb2 text on a black background
contrast 10.56:1
Card sample
#dbacb2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacb2;
Background color
Panel with #dbacb2 background
background-color: #dbacb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacb2; background: linear-gradient(135deg, #dbacb2, #DBC5AC);