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