#ef6ade
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 106, 222
HSL
308°, 81%, 68%
CMYK
0, 56, 7, 6
Luminance
0.3393
Every format
| HEX | #ef6ade |
| RGB | rgb(239, 106, 222) |
| HSL | hsl(308, 81%, 68%) |
| CMYK | cmyk(0%, 56%, 7%, 6%) |
| LAB | lab(64.9 65.2 -35.4) |
| LCH | lch(64.9 74.2 331.5) |
| OKLCH | oklch(0.725 0.210 332.7) |
Copy-ready code
/* CSS */
color: #ef6ade;
background-color: #ef6ade;
/* Tailwind (arbitrary) */
class="text-[#ef6ade] bg-[#ef6ade]"
/* SCSS */
$brand: #ef6ade;
/* SwiftUI */
Color(red: 0.937, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#ef6ade")Accessibility — WCAG contrast
Aa
#ef6ade on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6ade on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green41.6%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow7.1%
Key (black)6.3%
Color previews
#ef6ade text on a black background
contrast 7.79:1
Card sample
#ef6ade text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6ade;
Background color
Panel with #ef6ade background
background-color: #ef6ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6ade; background: linear-gradient(135deg, #ef6ade, #EF6A85);