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