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