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