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