#ee0eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 14, 176
HSL
317°, 89%, 49%
CMYK
0, 94, 26, 7
Luminance
0.2163
Every format
| HEX | #ee0eb0 |
| RGB | rgb(238, 14, 176) |
| HSL | hsl(317, 89%, 49%) |
| CMYK | cmyk(0%, 94%, 26%, 7%) |
| LAB | lab(53.6 84.5 -26.6) |
| LCH | lch(53.6 88.5 342.5) |
| OKLCH | oklch(0.636 0.267 344.5) |
Copy-ready code
/* CSS */
color: #ee0eb0;
background-color: #ee0eb0;
/* Tailwind (arbitrary) */
class="text-[#ee0eb0] bg-[#ee0eb0]"
/* SCSS */
$brand: #ee0eb0;
/* SwiftUI */
Color(red: 0.933, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#ee0eb0")Accessibility — WCAG contrast
Aa
#ee0eb0 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0eb0 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green5.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow26.1%
Key (black)6.7%
Color previews
#ee0eb0 text on a black background
contrast 5.33:1
Card sample
#ee0eb0 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0eb0;
Background color
Panel with #ee0eb0 background
background-color: #ee0eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0eb0; background: linear-gradient(135deg, #ee0eb0, #EE0E1B);