#ee0055
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 0, 85
HSL
339°, 100%, 47%
CMYK
0, 100, 64, 7
Luminance
0.1883
Every format
| HEX | #ee0055 |
| RGB | rgb(238, 0, 85) |
| HSL | hsl(339, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 64%, 7%) |
| LAB | lab(50.5 78.1 23.6) |
| LCH | lch(50.5 81.6 16.8) |
| OKLCH | oklch(0.604 0.241 13.6) |
Copy-ready code
/* CSS */
color: #ee0055;
background-color: #ee0055;
/* Tailwind (arbitrary) */
class="text-[#ee0055] bg-[#ee0055]"
/* SCSS */
$brand: #ee0055;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#ee0055")Accessibility — WCAG contrast
Aa
#ee0055 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0055 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.3%
Key (black)6.7%
Color previews
#ee0055 text on a black background
contrast 4.77:1
Card sample
#ee0055 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0055;
Background color
Panel with #ee0055 background
background-color: #ee0055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0055; background: linear-gradient(135deg, #ee0055, #EE4A00);