#ef76ec
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 118, 236
HSL
302°, 79%, 70%
CMYK
0, 51, 1, 6
Luminance
0.3736
Every format
| HEX | #ef76ec |
| RGB | rgb(239, 118, 236) |
| HSL | hsl(302, 79%, 70%) |
| CMYK | cmyk(0%, 51%, 1%, 6%) |
| LAB | lab(67.5 62.0 -39.0) |
| LCH | lch(67.5 73.3 327.8) |
| OKLCH | oklch(0.746 0.204 328.3) |
Copy-ready code
/* CSS */
color: #ef76ec;
background-color: #ef76ec;
/* Tailwind (arbitrary) */
class="text-[#ef76ec] bg-[#ef76ec]"
/* SCSS */
$brand: #ef76ec;
/* SwiftUI */
Color(red: 0.937, green: 0.463, blue: 0.925)
/* Android */
Color.parseColor("#ef76ec")Accessibility — WCAG contrast
Aa
#ef76ec on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef76ec on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green46.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow1.3%
Key (black)6.3%
Color previews
#ef76ec text on a black background
contrast 8.47:1
Card sample
#ef76ec text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef76ec;
Background color
Panel with #ef76ec background
background-color: #ef76ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef76ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 118, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 118, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef76ec; background: linear-gradient(135deg, #ef76ec, #EF769B);