#ef1ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 232
HSL
302°, 87%, 52%
CMYK
0, 88, 3, 6
Luminance
0.2501
Every format
| HEX | #ef1ce8 |
| RGB | rgb(239, 28, 232) |
| HSL | hsl(302, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 3%, 6%) |
| LAB | lab(57.1 90.2 -53.3) |
| LCH | lch(57.1 104.7 329.4) |
| OKLCH | oklch(0.670 0.295 329.9) |
Copy-ready code
/* CSS */
color: #ef1ce8;
background-color: #ef1ce8;
/* Tailwind (arbitrary) */
class="text-[#ef1ce8] bg-[#ef1ce8]"
/* SCSS */
$brand: #ef1ce8;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.910)
/* Android */
Color.parseColor("#ef1ce8")Accessibility — WCAG contrast
Aa
#ef1ce8 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1ce8 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow2.9%
Key (black)6.3%
Color previews
#ef1ce8 text on a black background
contrast 6.00:1
Card sample
#ef1ce8 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1ce8;
Background color
Panel with #ef1ce8 background
background-color: #ef1ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1ce8; background: linear-gradient(135deg, #ef1ce8, #EF1C5B);