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