#ef7dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 125, 253
HSL
293°, 97%, 74%
CMYK
6, 51, 0, 1
Luminance
0.4011
Every format
| HEX | #ef7dfd |
| RGB | rgb(239, 125, 253) |
| HSL | hsl(293, 97%, 74%) |
| CMYK | cmyk(6%, 51%, 0%, 1%) |
| LAB | lab(69.5 61.7 -45.2) |
| LCH | lch(69.5 76.5 323.8) |
| OKLCH | oklch(0.763 0.208 323.1) |
Copy-ready code
/* CSS */
color: #ef7dfd;
background-color: #ef7dfd;
/* Tailwind (arbitrary) */
class="text-[#ef7dfd] bg-[#ef7dfd]"
/* SCSS */
$brand: #ef7dfd;
/* SwiftUI */
Color(red: 0.937, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#ef7dfd")Accessibility — WCAG contrast
Aa
#ef7dfd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7dfd on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green49.0%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ef7dfd text on a black background
contrast 9.02:1
Card sample
#ef7dfd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7dfd;
Background color
Panel with #ef7dfd background
background-color: #ef7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7dfd; background: linear-gradient(135deg, #ef7dfd, #FD7DB6);