#db30eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 48, 235
HSL
295°, 82%, 56%
CMYK
7, 80, 0, 8
Luminance
0.2317
Every format
| HEX | #db30eb |
| RGB | rgb(219, 48, 235) |
| HSL | hsl(295, 82%, 56%) |
| CMYK | cmyk(7%, 80%, 0%, 8%) |
| LAB | lab(55.3 83.3 -58.1) |
| LCH | lch(55.3 101.6 325.1) |
| OKLCH | oklch(0.651 0.277 324.1) |
Copy-ready code
/* CSS */
color: #db30eb;
background-color: #db30eb;
/* Tailwind (arbitrary) */
class="text-[#db30eb] bg-[#db30eb]"
/* SCSS */
$brand: #db30eb;
/* SwiftUI */
Color(red: 0.859, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#db30eb")Accessibility — WCAG contrast
Aa
#db30eb on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db30eb on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.8%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#db30eb text on a black background
contrast 5.63:1
Card sample
#db30eb text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db30eb;
Background color
Panel with #db30eb background
background-color: #db30eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db30eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db30eb; background: linear-gradient(135deg, #db30eb, #EB307E);