#ef2acb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 42, 203
HSL
311°, 86%, 55%
CMYK
0, 82, 15, 6
Luminance
0.2432
Every format
| HEX | #ef2acb |
| RGB | rgb(239, 42, 203) |
| HSL | hsl(311, 86%, 55%) |
| CMYK | cmyk(0%, 82%, 15%, 6%) |
| LAB | lab(56.4 83.8 -37.9) |
| LCH | lch(56.4 92.0 335.7) |
| OKLCH | oklch(0.660 0.269 337.4) |
Copy-ready code
/* CSS */
color: #ef2acb;
background-color: #ef2acb;
/* Tailwind (arbitrary) */
class="text-[#ef2acb] bg-[#ef2acb]"
/* SCSS */
$brand: #ef2acb;
/* SwiftUI */
Color(red: 0.937, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#ef2acb")Accessibility — WCAG contrast
Aa
#ef2acb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2acb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green16.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow15.1%
Key (black)6.3%
Color previews
#ef2acb text on a black background
contrast 5.86:1
Card sample
#ef2acb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2acb;
Background color
Panel with #ef2acb background
background-color: #ef2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2acb; background: linear-gradient(135deg, #ef2acb, #EF2A48);