#ec0ccc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 12, 204
HSL
309°, 90%, 49%
CMYK
0, 95, 14, 8
Luminance
0.2246
Every format
| HEX | #ec0ccc |
| RGB | rgb(236, 12, 204) |
| HSL | hsl(309, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 14%, 8%) |
| LAB | lab(54.5 87.6 -41.5) |
| LCH | lch(54.5 96.9 334.6) |
| OKLCH | oklch(0.646 0.282 336.2) |
Copy-ready code
/* CSS */
color: #ec0ccc;
background-color: #ec0ccc;
/* Tailwind (arbitrary) */
class="text-[#ec0ccc] bg-[#ec0ccc]"
/* SCSS */
$brand: #ec0ccc;
/* SwiftUI */
Color(red: 0.925, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#ec0ccc")Accessibility — WCAG contrast
Aa
#ec0ccc on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0ccc on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green4.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow13.6%
Key (black)7.5%
Color previews
#ec0ccc text on a black background
contrast 5.49:1
Card sample
#ec0ccc text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0ccc;
Background color
Panel with #ec0ccc background
background-color: #ec0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0ccc; background: linear-gradient(135deg, #ec0ccc, #EC0C37);