#ee114d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 17, 77
HSL
344°, 87%, 50%
CMYK
0, 93, 68, 7
Luminance
0.1911
Every format
| HEX | #ee114d |
| RGB | rgb(238, 17, 77) |
| HSL | hsl(344, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 68%, 7%) |
| LAB | lab(50.8 76.4 28.8) |
| LCH | lch(50.8 81.7 20.7) |
| OKLCH | oklch(0.606 0.237 16.6) |
Copy-ready code
/* CSS */
color: #ee114d;
background-color: #ee114d;
/* Tailwind (arbitrary) */
class="text-[#ee114d] bg-[#ee114d]"
/* SCSS */
$brand: #ee114d;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 0.302)
/* Android */
Color.parseColor("#ee114d")Accessibility — WCAG contrast
Aa
#ee114d on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee114d on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow67.6%
Key (black)6.7%
Color previews
#ee114d text on a black background
contrast 4.82:1
Card sample
#ee114d text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee114d;
Background color
Panel with #ee114d background
background-color: #ee114d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee114d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee114d; background: linear-gradient(135deg, #ee114d, #EE6811);