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