#ef8ade
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 138, 222
HSL
310°, 76%, 74%
CMYK
0, 42, 7, 6
Luminance
0.4180
Every format
| HEX | #ef8ade |
| RGB | rgb(239, 138, 222) |
| HSL | hsl(310, 76%, 74%) |
| CMYK | cmyk(0%, 42%, 7%, 6%) |
| LAB | lab(70.7 49.9 -26.4) |
| LCH | lch(70.7 56.5 332.1) |
| OKLCH | oklch(0.768 0.160 333.5) |
Copy-ready code
/* CSS */
color: #ef8ade;
background-color: #ef8ade;
/* Tailwind (arbitrary) */
class="text-[#ef8ade] bg-[#ef8ade]"
/* SCSS */
$brand: #ef8ade;
/* SwiftUI */
Color(red: 0.937, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#ef8ade")Accessibility — WCAG contrast
Aa
#ef8ade on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8ade on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green54.1%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow7.1%
Key (black)6.3%
Color previews
#ef8ade text on a black background
contrast 9.36:1
Card sample
#ef8ade text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8ade;
Background color
Panel with #ef8ade background
background-color: #ef8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8ade; background: linear-gradient(135deg, #ef8ade, #EF8A9B);