#ee4488
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 68, 136
HSL
336°, 83%, 60%
CMYK
0, 71, 43, 7
Luminance
0.2409
Every format
| HEX | #ee4488 |
| RGB | rgb(238, 68, 136) |
| HSL | hsl(336, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 43%, 7%) |
| LAB | lab(56.2 69.0 0.8) |
| LCH | lch(56.2 69.0 0.7) |
| OKLCH | oklch(0.650 0.212 0.8) |
Copy-ready code
/* CSS */
color: #ee4488;
background-color: #ee4488;
/* Tailwind (arbitrary) */
class="text-[#ee4488] bg-[#ee4488]"
/* SCSS */
$brand: #ee4488;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#ee4488")Accessibility — WCAG contrast
Aa
#ee4488 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4488 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow42.9%
Key (black)6.7%
Color previews
#ee4488 text on a black background
contrast 5.82:1
Card sample
#ee4488 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4488;
Background color
Panel with #ee4488 background
background-color: #ee4488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4488; background: linear-gradient(135deg, #ee4488, #EE7144);