#ec08df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 8, 223
HSL
303°, 93%, 48%
CMYK
0, 97, 6, 8
Luminance
0.2333
Every format
| HEX | #ec08df |
| RGB | rgb(236, 8, 223) |
| HSL | hsl(303, 93%, 48%) |
| CMYK | cmyk(0%, 97%, 6%, 8%) |
| LAB | lab(55.4 90.3 -50.9) |
| LCH | lch(55.4 103.7 330.6) |
| OKLCH | oklch(0.655 0.294 331.4) |
Copy-ready code
/* CSS */
color: #ec08df;
background-color: #ec08df;
/* Tailwind (arbitrary) */
class="text-[#ec08df] bg-[#ec08df]"
/* SCSS */
$brand: #ec08df;
/* SwiftUI */
Color(red: 0.925, green: 0.031, blue: 0.875)
/* Android */
Color.parseColor("#ec08df")Accessibility — WCAG contrast
Aa
#ec08df on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec08df on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green3.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow5.5%
Key (black)7.5%
Color previews
#ec08df text on a black background
contrast 5.67:1
Card sample
#ec08df text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec08df;
Background color
Panel with #ec08df background
background-color: #ec08df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec08df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 8, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 8, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec08df; background: linear-gradient(135deg, #ec08df, #EC0847);