#ef2ab8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 42, 184
HSL
317°, 86%, 55%
CMYK
0, 82, 23, 6
Luminance
0.2347
Every format
| HEX | #ef2ab8 |
| RGB | rgb(239, 42, 184) |
| HSL | hsl(317, 86%, 55%) |
| CMYK | cmyk(0%, 82%, 23%, 6%) |
| LAB | lab(55.6 81.5 -28.3) |
| LCH | lch(55.6 86.3 340.8) |
| OKLCH | oklch(0.651 0.258 342.9) |
Copy-ready code
/* CSS */
color: #ef2ab8;
background-color: #ef2ab8;
/* Tailwind (arbitrary) */
class="text-[#ef2ab8] bg-[#ef2ab8]"
/* SCSS */
$brand: #ef2ab8;
/* SwiftUI */
Color(red: 0.937, green: 0.165, blue: 0.722)
/* Android */
Color.parseColor("#ef2ab8")Accessibility — WCAG contrast
Aa
#ef2ab8 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2ab8 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green16.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow23.0%
Key (black)6.3%
Color previews
#ef2ab8 text on a black background
contrast 5.69:1
Card sample
#ef2ab8 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2ab8;
Background color
Panel with #ef2ab8 background
background-color: #ef2ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 42, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 42, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2ab8; background: linear-gradient(135deg, #ef2ab8, #EF2A35);