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