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