#dbb1ff
a light, electric violet · warm · closest name: plum
RGB
219, 177, 255
HSL
272°, 100%, 85%
CMYK
14, 31, 0, 0
Luminance
0.5372
Every format
| HEX | #dbb1ff |
| RGB | rgb(219, 177, 255) |
| HSL | hsl(272, 100%, 85%) |
| CMYK | cmyk(14%, 31%, 0%, 0%) |
| LAB | lab(78.3 29.4 -32.9) |
| LCH | lch(78.3 44.1 311.8) |
| OKLCH | oklch(0.825 0.116 308.6) |
Copy-ready code
/* CSS */
color: #dbb1ff;
background-color: #dbb1ff;
/* Tailwind (arbitrary) */
class="text-[#dbb1ff] bg-[#dbb1ff]"
/* SCSS */
$brand: #dbb1ff;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 1.000)
/* Android */
Color.parseColor("#dbb1ff")Accessibility — WCAG contrast
Aa
#dbb1ff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb1ff on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta30.6%
Yellow0.0%
Key (black)0.0%
Color previews
#dbb1ff text on a black background
contrast 11.74:1
Card sample
#dbb1ff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb1ff;
Background color
Panel with #dbb1ff background
background-color: #dbb1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb1ff; background: linear-gradient(135deg, #dbb1ff, #FFB1EF);