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