#ef00c2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 0, 194
HSL
311°, 100%, 47%
CMYK
0, 100, 19, 6
Luminance
0.2225
Every format
| HEX | #ef00c2 |
| RGB | rgb(239, 0, 194) |
| HSL | hsl(311, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 19%, 6%) |
| LAB | lab(54.3 87.7 -36.1) |
| LCH | lch(54.3 94.8 337.6) |
| OKLCH | oklch(0.644 0.280 339.6) |
Copy-ready code
/* CSS */
color: #ef00c2;
background-color: #ef00c2;
/* Tailwind (arbitrary) */
class="text-[#ef00c2] bg-[#ef00c2]"
/* SCSS */
$brand: #ef00c2;
/* SwiftUI */
Color(red: 0.937, green: 0.000, blue: 0.761)
/* Android */
Color.parseColor("#ef00c2")Accessibility — WCAG contrast
Aa
#ef00c2 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef00c2 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green0.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.8%
Key (black)6.3%
Color previews
#ef00c2 text on a black background
contrast 5.45:1
Card sample
#ef00c2 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef00c2;
Background color
Panel with #ef00c2 background
background-color: #ef00c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef00c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 0, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 0, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef00c2; background: linear-gradient(135deg, #ef00c2, #EF0023);