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