#ee4477
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 68, 119
HSL
342°, 83%, 60%
CMYK
0, 71, 50, 7
Luminance
0.2364
Every format
| HEX | #ee4477 |
| RGB | rgb(238, 68, 119) |
| HSL | hsl(342, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 50%, 7%) |
| LAB | lab(55.7 67.5 10.2) |
| LCH | lch(55.7 68.3 8.6) |
| OKLCH | oklch(0.645 0.207 7.3) |
Copy-ready code
/* CSS */
color: #ee4477;
background-color: #ee4477;
/* Tailwind (arbitrary) */
class="text-[#ee4477] bg-[#ee4477]"
/* SCSS */
$brand: #ee4477;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#ee4477")Accessibility — WCAG contrast
Aa
#ee4477 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4477 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow50.0%
Key (black)6.7%
Color previews
#ee4477 text on a black background
contrast 5.73:1
Card sample
#ee4477 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4477;
Background color
Panel with #ee4477 background
background-color: #ee4477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4477; background: linear-gradient(135deg, #ee4477, #EE8244);