#ee4dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 77, 251
HSL
296°, 96%, 64%
CMYK
5, 69, 0, 2
Luminance
0.3045
Every format
| HEX | #ee4dfb |
| RGB | rgb(238, 77, 251) |
| HSL | hsl(296, 96%, 64%) |
| CMYK | cmyk(5%, 69%, 0%, 2%) |
| LAB | lab(62.0 81.1 -56.0) |
| LCH | lch(62.0 98.5 325.4) |
| OKLCH | oklch(0.708 0.270 324.7) |
Copy-ready code
/* CSS */
color: #ee4dfb;
background-color: #ee4dfb;
/* Tailwind (arbitrary) */
class="text-[#ee4dfb] bg-[#ee4dfb]"
/* SCSS */
$brand: #ee4dfb;
/* SwiftUI */
Color(red: 0.933, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#ee4dfb")Accessibility — WCAG contrast
Aa
#ee4dfb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee4dfb on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.2%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ee4dfb text on a black background
contrast 7.09:1
Card sample
#ee4dfb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4dfb;
Background color
Panel with #ee4dfb background
background-color: #ee4dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4dfb; background: linear-gradient(135deg, #ee4dfb, #FB4D94);