#ef1ccb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 203
HSL
310°, 87%, 52%
CMYK
0, 88, 15, 6
Luminance
0.2349
Every format
| HEX | #ef1ccb |
| RGB | rgb(239, 28, 203) |
| HSL | hsl(310, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 15%, 6%) |
| LAB | lab(55.6 86.3 -39.2) |
| LCH | lch(55.6 94.8 335.5) |
| OKLCH | oklch(0.654 0.277 337.3) |
Copy-ready code
/* CSS */
color: #ef1ccb;
background-color: #ef1ccb;
/* Tailwind (arbitrary) */
class="text-[#ef1ccb] bg-[#ef1ccb]"
/* SCSS */
$brand: #ef1ccb;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.796)
/* Android */
Color.parseColor("#ef1ccb")Accessibility — WCAG contrast
Aa
#ef1ccb on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1ccb on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow15.1%
Key (black)6.3%
Color previews
#ef1ccb text on a black background
contrast 5.70:1
Card sample
#ef1ccb text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1ccb;
Background color
Panel with #ef1ccb background
background-color: #ef1ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1ccb; background: linear-gradient(135deg, #ef1ccb, #EF1C3F);