#dbace0
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 172, 224
HSL
294°, 46%, 78%
CMYK
2, 23, 0, 12
Luminance
0.4995
Every format
| HEX | #dbace0 |
| RGB | rgb(219, 172, 224) |
| HSL | hsl(294, 46%, 78%) |
| CMYK | cmyk(2%, 23%, 0%, 12%) |
| LAB | lab(76.0 26.0 -19.6) |
| LCH | lch(76.0 32.5 322.9) |
| OKLCH | oklch(0.803 0.088 323.2) |
Copy-ready code
/* CSS */
color: #dbace0;
background-color: #dbace0;
/* Tailwind (arbitrary) */
class="text-[#dbace0] bg-[#dbace0]"
/* SCSS */
$brand: #dbace0;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#dbace0")Accessibility — WCAG contrast
Aa
#dbace0 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbace0 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue87.8%
CMYK percentages
Cyan2.2%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#dbace0 text on a black background
contrast 10.99:1
Card sample
#dbace0 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbace0;
Background color
Panel with #dbace0 background
background-color: #dbace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbace0; background: linear-gradient(135deg, #dbace0, #E0ACC2);