#ee00c6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 0, 198
HSL
310°, 100%, 47%
CMYK
0, 100, 17, 7
Luminance
0.2225
Every format
| HEX | #ee00c6 |
| RGB | rgb(238, 0, 198) |
| HSL | hsl(310, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 17%, 7%) |
| LAB | lab(54.3 88.0 -38.4) |
| LCH | lch(54.3 96.0 336.4) |
| OKLCH | oklch(0.644 0.282 338.3) |
Copy-ready code
/* CSS */
color: #ee00c6;
background-color: #ee00c6;
/* Tailwind (arbitrary) */
class="text-[#ee00c6] bg-[#ee00c6]"
/* SCSS */
$brand: #ee00c6;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.776)
/* Android */
Color.parseColor("#ee00c6")Accessibility — WCAG contrast
Aa
#ee00c6 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00c6 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow16.8%
Key (black)6.7%
Color previews
#ee00c6 text on a black background
contrast 5.45:1
Card sample
#ee00c6 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00c6;
Background color
Panel with #ee00c6 background
background-color: #ee00c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00c6; background: linear-gradient(135deg, #ee00c6, #EE0027);