#dbacae
a light, soft red · warm · closest name: pink
RGB
219, 172, 174
HSL
357°, 40%, 77%
CMYK
0, 22, 21, 14
Luminance
0.4762
Every format
| HEX | #dbacae |
| RGB | rgb(219, 172, 174) |
| HSL | hsl(357, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 21%, 14%) |
| LAB | lab(74.6 17.4 5.6) |
| LCH | lch(74.6 18.3 17.7) |
| OKLCH | oklch(0.788 0.055 15.5) |
Copy-ready code
/* CSS */
color: #dbacae;
background-color: #dbacae;
/* Tailwind (arbitrary) */
class="text-[#dbacae] bg-[#dbacae]"
/* SCSS */
$brand: #dbacae;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.682)
/* Android */
Color.parseColor("#dbacae")Accessibility — WCAG contrast
Aa
#dbacae on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacae on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow20.5%
Key (black)14.1%
Color previews
#dbacae text on a black background
contrast 10.52:1
Card sample
#dbacae text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacae;
Background color
Panel with #dbacae background
background-color: #dbacae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacae; background: linear-gradient(135deg, #dbacae, #DBC9AC);