#ee0dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 13, 251
HSL
297°, 97%, 52%
CMYK
5, 95, 0, 2
Luminance
0.2543
Every format
| HEX | #ee0dfb |
| RGB | rgb(238, 13, 251) |
| HSL | hsl(297, 97%, 52%) |
| CMYK | cmyk(5%, 95%, 0%, 2%) |
| LAB | lab(57.5 94.3 -63.3) |
| LCH | lch(57.5 113.5 326.1) |
| OKLCH | oklch(0.676 0.312 325.4) |
Copy-ready code
/* CSS */
color: #ee0dfb;
background-color: #ee0dfb;
/* Tailwind (arbitrary) */
class="text-[#ee0dfb] bg-[#ee0dfb]"
/* SCSS */
$brand: #ee0dfb;
/* SwiftUI */
Color(red: 0.933, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#ee0dfb")Accessibility — WCAG contrast
Aa
#ee0dfb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0dfb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green5.1%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ee0dfb text on a black background
contrast 6.09:1
Card sample
#ee0dfb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0dfb;
Background color
Panel with #ee0dfb background
background-color: #ee0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0dfb; background: linear-gradient(135deg, #ee0dfb, #FB0D6A);