#dbb6ef
a light, vivid violet · warm · closest name: plum
RGB
219, 182, 239
HSL
279°, 64%, 83%
CMYK
8, 24, 0, 6
Luminance
0.5475
Every format
| HEX | #dbb6ef |
| RGB | rgb(219, 182, 239) |
| HSL | hsl(279, 64%, 83%) |
| CMYK | cmyk(8%, 24%, 0%, 6%) |
| LAB | lab(78.9 23.5 -23.4) |
| LCH | lch(78.9 33.1 315.1) |
| OKLCH | oklch(0.827 0.088 313.6) |
Copy-ready code
/* CSS */
color: #dbb6ef;
background-color: #dbb6ef;
/* Tailwind (arbitrary) */
class="text-[#dbb6ef] bg-[#dbb6ef]"
/* SCSS */
$brand: #dbb6ef;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.937)
/* Android */
Color.parseColor("#dbb6ef")Accessibility — WCAG contrast
Aa
#dbb6ef on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb6ef on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta23.8%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb6ef text on a black background
contrast 11.95:1
Card sample
#dbb6ef text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb6ef;
Background color
Panel with #dbb6ef background
background-color: #dbb6ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb6ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb6ef; background: linear-gradient(135deg, #dbb6ef, #EFB6DD);