#ee00a4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 0, 164
HSL
319°, 100%, 47%
CMYK
0, 100, 31, 7
Luminance
0.2086
Every format
| HEX | #ee00a4 |
| RGB | rgb(238, 0, 164) |
| HSL | hsl(319, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 31%, 7%) |
| LAB | lab(52.8 84.2 -20.9) |
| LCH | lch(52.8 86.7 346.1) |
| OKLCH | oklch(0.628 0.264 348.0) |
Copy-ready code
/* CSS */
color: #ee00a4;
background-color: #ee00a4;
/* Tailwind (arbitrary) */
class="text-[#ee00a4] bg-[#ee00a4]"
/* SCSS */
$brand: #ee00a4;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.643)
/* Android */
Color.parseColor("#ee00a4")Accessibility — WCAG contrast
Aa
#ee00a4 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00a4 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow31.1%
Key (black)6.7%
Color previews
#ee00a4 text on a black background
contrast 5.17:1
Card sample
#ee00a4 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00a4;
Background color
Panel with #ee00a4 background
background-color: #ee00a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00a4; background: linear-gradient(135deg, #ee00a4, #EE0005);