#db99eb
a light, vivid violet · warm · closest name: plum
RGB
219, 153, 235
HSL
288°, 67%, 76%
CMYK
7, 35, 0, 8
Luminance
0.4384
Every format
| HEX | #db99eb |
| RGB | rgb(219, 153, 235) |
| HSL | hsl(288, 67%, 76%) |
| CMYK | cmyk(7%, 35%, 0%, 8%) |
| LAB | lab(72.1 38.3 -31.6) |
| LCH | lch(72.1 49.7 320.5) |
| OKLCH | oklch(0.775 0.133 319.6) |
Copy-ready code
/* CSS */
color: #db99eb;
background-color: #db99eb;
/* Tailwind (arbitrary) */
class="text-[#db99eb] bg-[#db99eb]"
/* SCSS */
$brand: #db99eb;
/* SwiftUI */
Color(red: 0.859, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#db99eb")Accessibility — WCAG contrast
Aa
#db99eb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db99eb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green60.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#db99eb text on a black background
contrast 9.77:1
Card sample
#db99eb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db99eb;
Background color
Panel with #db99eb background
background-color: #db99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db99eb; background: linear-gradient(135deg, #db99eb, #EB99C4);