#ee2233
a balanced, electric red · warm · closest name: crimson
RGB
238, 34, 51
HSL
355°, 86%, 53%
CMYK
0, 86, 79, 7
Luminance
0.1956
Every format
| HEX | #ee2233 |
| RGB | rgb(238, 34, 51) |
| HSL | hsl(355, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 79%, 7%) |
| LAB | lab(51.3 72.9 44.5) |
| LCH | lch(51.3 85.5 31.4) |
| OKLCH | oklch(0.609 0.232 24.6) |
Copy-ready code
/* CSS */
color: #ee2233;
background-color: #ee2233;
/* Tailwind (arbitrary) */
class="text-[#ee2233] bg-[#ee2233]"
/* SCSS */
$brand: #ee2233;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#ee2233")Accessibility — WCAG contrast
Aa
#ee2233 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2233 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow78.6%
Key (black)6.7%
Color previews
#ee2233 text on a black background
contrast 4.91:1
Card sample
#ee2233 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2233;
Background color
Panel with #ee2233 background
background-color: #ee2233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2233; background: linear-gradient(135deg, #ee2233, #EE9922);