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