#ef3eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 62, 176
HSL
321°, 85%, 59%
CMYK
0, 74, 26, 6
Luminance
0.2493
Every format
| HEX | #ef3eb0 |
| RGB | rgb(239, 62, 176) |
| HSL | hsl(321, 85%, 59%) |
| CMYK | cmyk(0%, 74%, 26%, 6%) |
| LAB | lab(57.0 75.4 -21.4) |
| LCH | lch(57.0 78.4 344.1) |
| OKLCH | oklch(0.661 0.236 346.1) |
Copy-ready code
/* CSS */
color: #ef3eb0;
background-color: #ef3eb0;
/* Tailwind (arbitrary) */
class="text-[#ef3eb0] bg-[#ef3eb0]"
/* SCSS */
$brand: #ef3eb0;
/* SwiftUI */
Color(red: 0.937, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#ef3eb0")Accessibility — WCAG contrast
Aa
#ef3eb0 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef3eb0 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow26.4%
Key (black)6.3%
Color previews
#ef3eb0 text on a black background
contrast 5.99:1
Card sample
#ef3eb0 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef3eb0;
Background color
Panel with #ef3eb0 background
background-color: #ef3eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef3eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef3eb0; background: linear-gradient(135deg, #ef3eb0, #EF423E);