#dbb8f9
a light, electric violet · warm · closest name: plum
RGB
219, 184, 249
HSL
272°, 84%, 85%
CMYK
12, 26, 0, 2
Luminance
0.5618
Every format
| HEX | #dbb8f9 |
| RGB | rgb(219, 184, 249) |
| HSL | hsl(272, 84%, 85%) |
| CMYK | cmyk(12%, 26%, 0%, 2%) |
| LAB | lab(79.7 24.4 -27.5) |
| LCH | lch(79.7 36.8 311.6) |
| OKLCH | oklch(0.835 0.096 308.9) |
Copy-ready code
/* CSS */
color: #dbb8f9;
background-color: #dbb8f9;
/* Tailwind (arbitrary) */
class="text-[#dbb8f9] bg-[#dbb8f9]"
/* SCSS */
$brand: #dbb8f9;
/* SwiftUI */
Color(red: 0.859, green: 0.722, blue: 0.976)
/* Android */
Color.parseColor("#dbb8f9")Accessibility — WCAG contrast
Aa
#dbb8f9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb8f9 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.2%
Blue97.6%
CMYK percentages
Cyan12.0%
Magenta26.1%
Yellow0.0%
Key (black)2.4%
Color previews
#dbb8f9 text on a black background
contrast 12.24:1
Card sample
#dbb8f9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb8f9;
Background color
Panel with #dbb8f9 background
background-color: #dbb8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 184, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 184, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb8f9; background: linear-gradient(135deg, #dbb8f9, #F9B8EC);