#dbb9fb
a pale, electric violet · warm · closest name: plum
RGB
219, 185, 251
HSL
271°, 89%, 86%
CMYK
13, 26, 0, 2
Luminance
0.5672
Every format
| HEX | #dbb9fb |
| RGB | rgb(219, 185, 251) |
| HSL | hsl(271, 89%, 86%) |
| CMYK | cmyk(13%, 26%, 0%, 2%) |
| LAB | lab(80.0 24.3 -28.1) |
| LCH | lch(80.0 37.1 310.9) |
| OKLCH | oklch(0.837 0.097 307.8) |
Copy-ready code
/* CSS */
color: #dbb9fb;
background-color: #dbb9fb;
/* Tailwind (arbitrary) */
class="text-[#dbb9fb] bg-[#dbb9fb]"
/* SCSS */
$brand: #dbb9fb;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 0.984)
/* Android */
Color.parseColor("#dbb9fb")Accessibility — WCAG contrast
Aa
#dbb9fb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb9fb on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta26.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dbb9fb text on a black background
contrast 12.34:1
Card sample
#dbb9fb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb9fb;
Background color
Panel with #dbb9fb background
background-color: #dbb9fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb9fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb9fb; background: linear-gradient(135deg, #dbb9fb, #FBB9EF);