#db94eb
a light, vivid violet · warm · closest name: plum
RGB
219, 148, 235
HSL
289°, 69%, 75%
CMYK
7, 37, 0, 8
Luminance
0.4224
Every format
| HEX | #db94eb |
| RGB | rgb(219, 148, 235) |
| HSL | hsl(289, 69%, 75%) |
| CMYK | cmyk(7%, 37%, 0%, 8%) |
| LAB | lab(71.0 41.0 -33.3) |
| LCH | lch(71.0 52.8 320.9) |
| OKLCH | oklch(0.767 0.142 320.1) |
Copy-ready code
/* CSS */
color: #db94eb;
background-color: #db94eb;
/* Tailwind (arbitrary) */
class="text-[#db94eb] bg-[#db94eb]"
/* SCSS */
$brand: #db94eb;
/* SwiftUI */
Color(red: 0.859, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#db94eb")Accessibility — WCAG contrast
Aa
#db94eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db94eb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green58.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#db94eb text on a black background
contrast 9.45:1
Card sample
#db94eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db94eb;
Background color
Panel with #db94eb background
background-color: #db94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db94eb; background: linear-gradient(135deg, #db94eb, #EB94C1);