#ee00b0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 0, 176
HSL
316°, 100%, 47%
CMYK
0, 100, 26, 7
Luminance
0.2131
Every format
| HEX | #ee00b0 |
| RGB | rgb(238, 0, 176) |
| HSL | hsl(316, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 26%, 7%) |
| LAB | lab(53.3 85.5 -27.2) |
| LCH | lch(53.3 89.7 342.4) |
| OKLCH | oklch(0.634 0.270 344.4) |
Copy-ready code
/* CSS */
color: #ee00b0;
background-color: #ee00b0;
/* Tailwind (arbitrary) */
class="text-[#ee00b0] bg-[#ee00b0]"
/* SCSS */
$brand: #ee00b0;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.690)
/* Android */
Color.parseColor("#ee00b0")Accessibility — WCAG contrast
Aa
#ee00b0 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00b0 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow26.1%
Key (black)6.7%
Color previews
#ee00b0 text on a black background
contrast 5.26:1
Card sample
#ee00b0 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00b0;
Background color
Panel with #ee00b0 background
background-color: #ee00b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00b0; background: linear-gradient(135deg, #ee00b0, #EE0011);