#dbb9fe
a pale, electric violet · warm · closest name: plum
RGB
219, 185, 254
HSL
270°, 97%, 86%
CMYK
14, 27, 0, 0
Luminance
0.5691
Every format
| HEX | #dbb9fe |
| RGB | rgb(219, 185, 254) |
| HSL | hsl(270, 97%, 86%) |
| CMYK | cmyk(14%, 27%, 0%, 0%) |
| LAB | lab(80.1 24.9 -29.5) |
| LCH | lch(80.1 38.6 310.1) |
| OKLCH | oklch(0.838 0.101 306.8) |
Copy-ready code
/* CSS */
color: #dbb9fe;
background-color: #dbb9fe;
/* Tailwind (arbitrary) */
class="text-[#dbb9fe] bg-[#dbb9fe]"
/* SCSS */
$brand: #dbb9fe;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 0.996)
/* Android */
Color.parseColor("#dbb9fe")Accessibility — WCAG contrast
Aa
#dbb9fe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb9fe on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta27.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dbb9fe text on a black background
contrast 12.38:1
Card sample
#dbb9fe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb9fe;
Background color
Panel with #dbb9fe background
background-color: #dbb9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb9fe; background: linear-gradient(135deg, #dbb9fe, #FEB9F3);