#ec30eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 48, 235
HSL
300°, 83%, 56%
CMYK
0, 80, 0, 8
Luminance
0.2594
Every format
| HEX | #ec30eb |
| RGB | rgb(236, 48, 235) |
| HSL | hsl(300, 83%, 56%) |
| CMYK | cmyk(0%, 80%, 0%, 8%) |
| LAB | lab(58.0 86.4 -53.6) |
| LCH | lch(58.0 101.7 328.2) |
| OKLCH | oklch(0.676 0.284 328.4) |
Copy-ready code
/* CSS */
color: #ec30eb;
background-color: #ec30eb;
/* Tailwind (arbitrary) */
class="text-[#ec30eb] bg-[#ec30eb]"
/* SCSS */
$brand: #ec30eb;
/* SwiftUI */
Color(red: 0.925, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#ec30eb")Accessibility — WCAG contrast
Aa
#ec30eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec30eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green18.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow0.4%
Key (black)7.5%
Color previews
#ec30eb text on a black background
contrast 6.19:1
Card sample
#ec30eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec30eb;
Background color
Panel with #ec30eb background
background-color: #ec30eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec30eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec30eb; background: linear-gradient(135deg, #ec30eb, #EC306E);