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