#dbacb7
a light, soft red · warm · closest name: pink
RGB
219, 172, 183
HSL
346°, 40%, 77%
CMYK
0, 22, 16, 14
Luminance
0.4798
Every format
| HEX | #dbacb7 |
| RGB | rgb(219, 172, 183) |
| HSL | hsl(346, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 16%, 14%) |
| LAB | lab(74.8 18.8 1.0) |
| LCH | lch(74.8 18.9 2.9) |
| OKLCH | oklch(0.790 0.057 2.9) |
Copy-ready code
/* CSS */
color: #dbacb7;
background-color: #dbacb7;
/* Tailwind (arbitrary) */
class="text-[#dbacb7] bg-[#dbacb7]"
/* SCSS */
$brand: #dbacb7;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.718)
/* Android */
Color.parseColor("#dbacb7")Accessibility — WCAG contrast
Aa
#dbacb7 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacb7 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow16.4%
Key (black)14.1%
Color previews
#dbacb7 text on a black background
contrast 10.60:1
Card sample
#dbacb7 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacb7;
Background color
Panel with #dbacb7 background
background-color: #dbacb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacb7; background: linear-gradient(135deg, #dbacb7, #DBC0AC);