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