#db65eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 101, 235
HSL
293°, 77%, 66%
CMYK
7, 57, 0, 8
Luminance
0.3037
Every format
| HEX | #db65eb |
| RGB | rgb(219, 101, 235) |
| HSL | hsl(293, 77%, 66%) |
| CMYK | cmyk(7%, 57%, 0%, 8%) |
| LAB | lab(62.0 64.5 -47.4) |
| LCH | lch(62.0 80.0 323.7) |
| OKLCH | oklch(0.699 0.217 322.7) |
Copy-ready code
/* CSS */
color: #db65eb;
background-color: #db65eb;
/* Tailwind (arbitrary) */
class="text-[#db65eb] bg-[#db65eb]"
/* SCSS */
$brand: #db65eb;
/* SwiftUI */
Color(red: 0.859, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#db65eb")Accessibility — WCAG contrast
Aa
#db65eb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db65eb on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green39.6%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#db65eb text on a black background
contrast 7.07:1
Card sample
#db65eb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db65eb;
Background color
Panel with #db65eb background
background-color: #db65eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db65eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db65eb; background: linear-gradient(135deg, #db65eb, #EB65A2);