#ee00b3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 0, 179
HSL
315°, 100%, 47%
CMYK
0, 100, 25, 7
Luminance
0.2143
Every format
| HEX | #ee00b3 |
| RGB | rgb(238, 0, 179) |
| HSL | hsl(315, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 25%, 7%) |
| LAB | lab(53.4 85.8 -28.7) |
| LCH | lch(53.4 90.5 341.5) |
| OKLCH | oklch(0.635 0.272 343.5) |
Copy-ready code
/* CSS */
color: #ee00b3;
background-color: #ee00b3;
/* Tailwind (arbitrary) */
class="text-[#ee00b3] bg-[#ee00b3]"
/* SCSS */
$brand: #ee00b3;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.702)
/* Android */
Color.parseColor("#ee00b3")Accessibility — WCAG contrast
Aa
#ee00b3 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00b3 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow24.8%
Key (black)6.7%
Color previews
#ee00b3 text on a black background
contrast 5.29:1
Card sample
#ee00b3 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00b3;
Background color
Panel with #ee00b3 background
background-color: #ee00b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00b3; background: linear-gradient(135deg, #ee00b3, #EE0014);