#ec3fc2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 63, 194
HSL
315°, 82%, 59%
CMYK
0, 73, 18, 8
Luminance
0.2528
Every format
| HEX | #ec3fc2 |
| RGB | rgb(236, 63, 194) |
| HSL | hsl(315, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 18%, 8%) |
| LAB | lab(57.4 76.7 -31.3) |
| LCH | lch(57.4 82.8 337.8) |
| OKLCH | oklch(0.665 0.244 339.7) |
Copy-ready code
/* CSS */
color: #ec3fc2;
background-color: #ec3fc2;
/* Tailwind (arbitrary) */
class="text-[#ec3fc2] bg-[#ec3fc2]"
/* SCSS */
$brand: #ec3fc2;
/* SwiftUI */
Color(red: 0.925, green: 0.247, blue: 0.761)
/* Android */
Color.parseColor("#ec3fc2")Accessibility — WCAG contrast
Aa
#ec3fc2 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3fc2 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow17.8%
Key (black)7.5%
Color previews
#ec3fc2 text on a black background
contrast 6.06:1
Card sample
#ec3fc2 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3fc2;
Background color
Panel with #ec3fc2 background
background-color: #ec3fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 63, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 63, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3fc2; background: linear-gradient(135deg, #ec3fc2, #EC3F4E);