#dbb6ff
a pale, electric violet · warm · closest name: plum
RGB
219, 182, 255
HSL
270°, 100%, 86%
CMYK
14, 29, 0, 0
Luminance
0.5574
Every format
| HEX | #dbb6ff |
| RGB | rgb(219, 182, 255) |
| HSL | hsl(270, 100%, 86%) |
| CMYK | cmyk(14%, 29%, 0%, 0%) |
| LAB | lab(79.5 26.7 -31.1) |
| LCH | lch(79.5 41.0 310.7) |
| OKLCH | oklch(0.833 0.107 307.3) |
Copy-ready code
/* CSS */
color: #dbb6ff;
background-color: #dbb6ff;
/* Tailwind (arbitrary) */
class="text-[#dbb6ff] bg-[#dbb6ff]"
/* SCSS */
$brand: #dbb6ff;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 1.000)
/* Android */
Color.parseColor("#dbb6ff")Accessibility — WCAG contrast
Aa
#dbb6ff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb6ff on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta28.6%
Yellow0.0%
Key (black)0.0%
Color previews
#dbb6ff text on a black background
contrast 12.15:1
Card sample
#dbb6ff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb6ff;
Background color
Panel with #dbb6ff background
background-color: #dbb6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb6ff; background: linear-gradient(135deg, #dbb6ff, #FFB6F2);