#ee00b7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 0, 183
HSL
314°, 100%, 47%
CMYK
0, 100, 23, 7
Luminance
0.2160
Every format
| HEX | #ee00b7 |
| RGB | rgb(238, 0, 183) |
| HSL | hsl(314, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 23%, 7%) |
| LAB | lab(53.6 86.2 -30.8) |
| LCH | lch(53.6 91.5 340.4) |
| OKLCH | oklch(0.637 0.274 342.4) |
Copy-ready code
/* CSS */
color: #ee00b7;
background-color: #ee00b7;
/* Tailwind (arbitrary) */
class="text-[#ee00b7] bg-[#ee00b7]"
/* SCSS */
$brand: #ee00b7;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.718)
/* Android */
Color.parseColor("#ee00b7")Accessibility — WCAG contrast
Aa
#ee00b7 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00b7 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.1%
Key (black)6.7%
Color previews
#ee00b7 text on a black background
contrast 5.32:1
Card sample
#ee00b7 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00b7;
Background color
Panel with #ee00b7 background
background-color: #ee00b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00b7; background: linear-gradient(135deg, #ee00b7, #EE0018);