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