#dbaffb
a light, electric violet · warm · closest name: plum
RGB
219, 175, 251
HSL
275°, 91%, 84%
CMYK
13, 30, 0, 2
Luminance
0.5269
Every format
| HEX | #dbaffb |
| RGB | rgb(219, 175, 251) |
| HSL | hsl(275, 91%, 84%) |
| CMYK | cmyk(13%, 30%, 0%, 2%) |
| LAB | lab(77.7 29.7 -31.7) |
| LCH | lch(77.7 43.4 313.2) |
| OKLCH | oklch(0.819 0.114 310.4) |
Copy-ready code
/* CSS */
color: #dbaffb;
background-color: #dbaffb;
/* Tailwind (arbitrary) */
class="text-[#dbaffb] bg-[#dbaffb]"
/* SCSS */
$brand: #dbaffb;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#dbaffb")Accessibility — WCAG contrast
Aa
#dbaffb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaffb on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#dbaffb text on a black background
contrast 11.54:1
Card sample
#dbaffb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaffb;
Background color
Panel with #dbaffb background
background-color: #dbaffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaffb; background: linear-gradient(135deg, #dbaffb, #FBAFE8);