#ee00da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 0, 218
HSL
305°, 100%, 47%
CMYK
0, 100, 8, 7
Luminance
0.2324
Every format
| HEX | #ee00da |
| RGB | rgb(238, 0, 218) |
| HSL | hsl(305, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 8%, 7%) |
| LAB | lab(55.3 90.5 -48.2) |
| LCH | lch(55.3 102.5 332.0) |
| OKLCH | oklch(0.654 0.294 333.1) |
Copy-ready code
/* CSS */
color: #ee00da;
background-color: #ee00da;
/* Tailwind (arbitrary) */
class="text-[#ee00da] bg-[#ee00da]"
/* SCSS */
$brand: #ee00da;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.855)
/* Android */
Color.parseColor("#ee00da")Accessibility — WCAG contrast
Aa
#ee00da on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00da on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow8.4%
Key (black)6.7%
Color previews
#ee00da text on a black background
contrast 5.65:1
Card sample
#ee00da text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00da;
Background color
Panel with #ee00da background
background-color: #ee00da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00da; background: linear-gradient(135deg, #ee00da, #EE003C);