#dbafcb
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 175, 203
HSL
322°, 38%, 77%
CMYK
0, 20, 7, 14
Luminance
0.5003
Every format
| HEX | #dbafcb |
| RGB | rgb(219, 175, 203) |
| HSL | hsl(322, 38%, 77%) |
| CMYK | cmyk(0%, 20%, 7%, 14%) |
| LAB | lab(76.1 20.5 -8.1) |
| LCH | lch(76.1 22.1 338.5) |
| OKLCH | oklch(0.802 0.063 340.2) |
Copy-ready code
/* CSS */
color: #dbafcb;
background-color: #dbafcb;
/* Tailwind (arbitrary) */
class="text-[#dbafcb] bg-[#dbafcb]"
/* SCSS */
$brand: #dbafcb;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.796)
/* Android */
Color.parseColor("#dbafcb")Accessibility — WCAG contrast
Aa
#dbafcb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafcb on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow7.3%
Key (black)14.1%
Color previews
#dbafcb text on a black background
contrast 11.01:1
Card sample
#dbafcb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafcb;
Background color
Panel with #dbafcb background
background-color: #dbafcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafcb; background: linear-gradient(135deg, #dbafcb, #DBB0AF);