#dbabaf
a light, soft red · warm · closest name: pink
RGB
219, 171, 175
HSL
355°, 40%, 77%
CMYK
0, 22, 20, 14
Luminance
0.4728
Every format
| HEX | #dbabaf |
| RGB | rgb(219, 171, 175) |
| HSL | hsl(355, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 20%, 14%) |
| LAB | lab(74.4 18.1 4.7) |
| LCH | lch(74.4 18.7 14.5) |
| OKLCH | oklch(0.786 0.057 12.8) |
Copy-ready code
/* CSS */
color: #dbabaf;
background-color: #dbabaf;
/* Tailwind (arbitrary) */
class="text-[#dbabaf] bg-[#dbabaf]"
/* SCSS */
$brand: #dbabaf;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#dbabaf")Accessibility — WCAG contrast
Aa
#dbabaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabaf on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow20.1%
Key (black)14.1%
Color previews
#dbabaf text on a black background
contrast 10.46:1
Card sample
#dbabaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabaf;
Background color
Panel with #dbabaf background
background-color: #dbabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabaf; background: linear-gradient(135deg, #dbabaf, #DBC7AB);