#dbbfe0
a light, soft magenta / pink · warm · closest name: lavender
RGB
219, 191, 224
HSL
291°, 35%, 81%
CMYK
2, 15, 0, 12
Luminance
0.5770
Every format
| HEX | #dbbfe0 |
| RGB | rgb(219, 191, 224) |
| HSL | hsl(291, 35%, 81%) |
| CMYK | cmyk(2%, 15%, 0%, 12%) |
| LAB | lab(80.6 15.7 -12.8) |
| LCH | lch(80.6 20.3 320.9) |
| OKLCH | oklch(0.839 0.054 321.2) |
Copy-ready code
/* CSS */
color: #dbbfe0;
background-color: #dbbfe0;
/* Tailwind (arbitrary) */
class="text-[#dbbfe0] bg-[#dbbfe0]"
/* SCSS */
$brand: #dbbfe0;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#dbbfe0")Accessibility — WCAG contrast
Aa
#dbbfe0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe0 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue87.8%
CMYK percentages
Cyan2.2%
Magenta14.7%
Yellow0.0%
Key (black)12.2%
Color previews
#dbbfe0 text on a black background
contrast 12.54:1
Card sample
#dbbfe0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe0;
Background color
Panel with #dbbfe0 background
background-color: #dbbfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe0; background: linear-gradient(135deg, #dbbfe0, #E0BFCF);