#ec05eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 5, 235
HSL
300°, 96%, 47%
CMYK
0, 98, 0, 8
Luminance
0.2394
Every format
| HEX | #ec05eb |
| RGB | rgb(236, 5, 235) |
| HSL | hsl(300, 96%, 47%) |
| CMYK | cmyk(0%, 98%, 0%, 8%) |
| LAB | lab(56.0 92.2 -56.7) |
| LCH | lch(56.0 108.2 328.4) |
| OKLCH | oklch(0.662 0.302 328.6) |
Copy-ready code
/* CSS */
color: #ec05eb;
background-color: #ec05eb;
/* Tailwind (arbitrary) */
class="text-[#ec05eb] bg-[#ec05eb]"
/* SCSS */
$brand: #ec05eb;
/* SwiftUI */
Color(red: 0.925, green: 0.020, blue: 0.922)
/* Android */
Color.parseColor("#ec05eb")Accessibility — WCAG contrast
Aa
#ec05eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec05eb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green2.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.9%
Yellow0.4%
Key (black)7.5%
Color previews
#ec05eb text on a black background
contrast 5.79:1
Card sample
#ec05eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec05eb;
Background color
Panel with #ec05eb background
background-color: #ec05eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec05eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 5, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 5, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec05eb; background: linear-gradient(135deg, #ec05eb, #EC0551);