#dbafcf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 175, 207
HSL
316°, 38%, 77%
CMYK
0, 20, 6, 14
Luminance
0.5023
Every format
| HEX | #dbafcf |
| RGB | rgb(219, 175, 207) |
| HSL | hsl(316, 38%, 77%) |
| CMYK | cmyk(0%, 20%, 6%, 14%) |
| LAB | lab(76.2 21.2 -10.1) |
| LCH | lch(76.2 23.5 334.6) |
| OKLCH | oklch(0.803 0.066 336.2) |
Copy-ready code
/* CSS */
color: #dbafcf;
background-color: #dbafcf;
/* Tailwind (arbitrary) */
class="text-[#dbafcf] bg-[#dbafcf]"
/* SCSS */
$brand: #dbafcf;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#dbafcf")Accessibility — WCAG contrast
Aa
#dbafcf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafcf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow5.5%
Key (black)14.1%
Color previews
#dbafcf text on a black background
contrast 11.05:1
Card sample
#dbafcf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafcf;
Background color
Panel with #dbafcf background
background-color: #dbafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafcf; background: linear-gradient(135deg, #dbafcf, #DBAFB2);