#ec37eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 55, 235
HSL
300°, 83%, 57%
CMYK
0, 77, 0, 8
Luminance
0.2656
Every format
| HEX | #ec37eb |
| RGB | rgb(236, 55, 235) |
| HSL | hsl(300, 83%, 57%) |
| CMYK | cmyk(0%, 77%, 0%, 8%) |
| LAB | lab(58.6 84.8 -52.7) |
| LCH | lch(58.6 99.8 328.1) |
| OKLCH | oklch(0.680 0.278 328.4) |
Copy-ready code
/* CSS */
color: #ec37eb;
background-color: #ec37eb;
/* Tailwind (arbitrary) */
class="text-[#ec37eb] bg-[#ec37eb]"
/* SCSS */
$brand: #ec37eb;
/* SwiftUI */
Color(red: 0.925, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#ec37eb")Accessibility — WCAG contrast
Aa
#ec37eb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec37eb on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green21.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow0.4%
Key (black)7.5%
Color previews
#ec37eb text on a black background
contrast 6.31:1
Card sample
#ec37eb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec37eb;
Background color
Panel with #ec37eb background
background-color: #ec37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec37eb; background: linear-gradient(135deg, #ec37eb, #EC3773);