#ee4dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 77, 253
HSL
295°, 98%, 65%
CMYK
6, 70, 0, 1
Luminance
0.3058
Every format
| HEX | #ee4dfd |
| RGB | rgb(238, 77, 253) |
| HSL | hsl(295, 98%, 65%) |
| CMYK | cmyk(6%, 70%, 0%, 1%) |
| LAB | lab(62.1 81.4 -57.0) |
| LCH | lch(62.1 99.4 325.0) |
| OKLCH | oklch(0.709 0.271 324.2) |
Copy-ready code
/* CSS */
color: #ee4dfd;
background-color: #ee4dfd;
/* Tailwind (arbitrary) */
class="text-[#ee4dfd] bg-[#ee4dfd]"
/* SCSS */
$brand: #ee4dfd;
/* SwiftUI */
Color(red: 0.933, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#ee4dfd")Accessibility — WCAG contrast
Aa
#ee4dfd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee4dfd on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.2%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ee4dfd text on a black background
contrast 7.12:1
Card sample
#ee4dfd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4dfd;
Background color
Panel with #ee4dfd background
background-color: #ee4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4dfd; background: linear-gradient(135deg, #ee4dfd, #FD4D97);