#dbb2fb
a light, electric violet · warm · closest name: plum
RGB
219, 178, 251
HSL
274°, 90%, 84%
CMYK
13, 29, 0, 2
Luminance
0.5387
Every format
| HEX | #dbb2fb |
| RGB | rgb(219, 178, 251) |
| HSL | hsl(274, 90%, 84%) |
| CMYK | cmyk(13%, 29%, 0%, 2%) |
| LAB | lab(78.4 28.1 -30.6) |
| LCH | lch(78.4 41.5 312.5) |
| OKLCH | oklch(0.825 0.109 309.7) |
Copy-ready code
/* CSS */
color: #dbb2fb;
background-color: #dbb2fb;
/* Tailwind (arbitrary) */
class="text-[#dbb2fb] bg-[#dbb2fb]"
/* SCSS */
$brand: #dbb2fb;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.984)
/* Android */
Color.parseColor("#dbb2fb")Accessibility — WCAG contrast
Aa
#dbb2fb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb2fb on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta29.1%
Yellow0.0%
Key (black)1.6%
Color previews
#dbb2fb text on a black background
contrast 11.77:1
Card sample
#dbb2fb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb2fb;
Background color
Panel with #dbb2fb background
background-color: #dbb2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb2fb; background: linear-gradient(135deg, #dbb2fb, #FBB2EA);