#ef5eb2
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 94, 178
HSL
325°, 82%, 65%
CMYK
0, 61, 26, 6
Luminance
0.2957
Every format
| HEX | #ef5eb2 |
| RGB | rgb(239, 94, 178) |
| HSL | hsl(325, 82%, 65%) |
| CMYK | cmyk(0%, 61%, 26%, 6%) |
| LAB | lab(61.3 64.0 -16.1) |
| LCH | lch(61.3 66.0 345.9) |
| OKLCH | oklch(0.692 0.198 347.7) |
Copy-ready code
/* CSS */
color: #ef5eb2;
background-color: #ef5eb2;
/* Tailwind (arbitrary) */
class="text-[#ef5eb2] bg-[#ef5eb2]"
/* SCSS */
$brand: #ef5eb2;
/* SwiftUI */
Color(red: 0.937, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#ef5eb2")Accessibility — WCAG contrast
Aa
#ef5eb2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef5eb2 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow25.5%
Key (black)6.3%
Color previews
#ef5eb2 text on a black background
contrast 6.91:1
Card sample
#ef5eb2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5eb2;
Background color
Panel with #ef5eb2 background
background-color: #ef5eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5eb2; background: linear-gradient(135deg, #ef5eb2, #EF6B5E);