#ef7ade
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 122, 222
HSL
309°, 79%, 71%
CMYK
0, 49, 7, 6
Luminance
0.3754
Every format
| HEX | #ef7ade |
| RGB | rgb(239, 122, 222) |
| HSL | hsl(309, 79%, 71%) |
| CMYK | cmyk(0%, 49%, 7%, 6%) |
| LAB | lab(67.7 57.8 -31.1) |
| LCH | lch(67.7 65.6 331.7) |
| OKLCH | oklch(0.745 0.186 333.0) |
Copy-ready code
/* CSS */
color: #ef7ade;
background-color: #ef7ade;
/* Tailwind (arbitrary) */
class="text-[#ef7ade] bg-[#ef7ade]"
/* SCSS */
$brand: #ef7ade;
/* SwiftUI */
Color(red: 0.937, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#ef7ade")Accessibility — WCAG contrast
Aa
#ef7ade on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7ade on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green47.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow7.1%
Key (black)6.3%
Color previews
#ef7ade text on a black background
contrast 8.51:1
Card sample
#ef7ade text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7ade;
Background color
Panel with #ef7ade background
background-color: #ef7ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7ade; background: linear-gradient(135deg, #ef7ade, #EF7A90);