#ee0088
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 0, 136
HSL
326°, 100%, 47%
CMYK
0, 100, 43, 7
Luminance
0.1995
Every format
| HEX | #ee0088 |
| RGB | rgb(238, 0, 136) |
| HSL | hsl(326, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 43%, 7%) |
| LAB | lab(51.8 81.6 -5.7) |
| LCH | lch(51.8 81.8 356.0) |
| OKLCH | oklch(0.618 0.252 356.8) |
Copy-ready code
/* CSS */
color: #ee0088;
background-color: #ee0088;
/* Tailwind (arbitrary) */
class="text-[#ee0088] bg-[#ee0088]"
/* SCSS */
$brand: #ee0088;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#ee0088")Accessibility — WCAG contrast
Aa
#ee0088 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0088 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.9%
Key (black)6.7%
Color previews
#ee0088 text on a black background
contrast 4.99:1
Card sample
#ee0088 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0088;
Background color
Panel with #ee0088 background
background-color: #ee0088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0088; background: linear-gradient(135deg, #ee0088, #EE1700);