#ec4ecc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 78, 204
HSL
312°, 81%, 62%
CMYK
0, 67, 14, 8
Luminance
0.2764
Every format
| HEX | #ec4ecc |
| RGB | rgb(236, 78, 204) |
| HSL | hsl(312, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 14%, 8%) |
| LAB | lab(59.6 73.0 -33.6) |
| LCH | lch(59.6 80.4 335.3) |
| OKLCH | oklch(0.682 0.233 337.0) |
Copy-ready code
/* CSS */
color: #ec4ecc;
background-color: #ec4ecc;
/* Tailwind (arbitrary) */
class="text-[#ec4ecc] bg-[#ec4ecc]"
/* SCSS */
$brand: #ec4ecc;
/* SwiftUI */
Color(red: 0.925, green: 0.306, blue: 0.800)
/* Android */
Color.parseColor("#ec4ecc")Accessibility — WCAG contrast
Aa
#ec4ecc on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4ecc on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green30.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow13.6%
Key (black)7.5%
Color previews
#ec4ecc text on a black background
contrast 6.53:1
Card sample
#ec4ecc text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4ecc;
Background color
Panel with #ec4ecc background
background-color: #ec4ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 78, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 78, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4ecc; background: linear-gradient(135deg, #ec4ecc, #EC4E63);