#ee2255
a balanced, electric red · warm · closest name: crimson
RGB
238, 34, 85
HSL
345°, 86%, 53%
CMYK
0, 86, 64, 7
Luminance
0.1998
Every format
| HEX | #ee2255 |
| RGB | rgb(238, 34, 85) |
| HSL | hsl(345, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 64%, 7%) |
| LAB | lab(51.8 74.3 25.3) |
| LCH | lch(51.8 78.5 18.8) |
| OKLCH | oklch(0.614 0.231 15.2) |
Copy-ready code
/* CSS */
color: #ee2255;
background-color: #ee2255;
/* Tailwind (arbitrary) */
class="text-[#ee2255] bg-[#ee2255]"
/* SCSS */
$brand: #ee2255;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#ee2255")Accessibility — WCAG contrast
Aa
#ee2255 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2255 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow64.3%
Key (black)6.7%
Color previews
#ee2255 text on a black background
contrast 5.00:1
Card sample
#ee2255 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2255;
Background color
Panel with #ee2255 background
background-color: #ee2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2255; background: linear-gradient(135deg, #ee2255, #EE7722);