#ee3339
a balanced, electric red · warm · closest name: crimson
RGB
238, 51, 57
HSL
358°, 85%, 57%
CMYK
0, 79, 76, 7
Luminance
0.2084
Every format
| HEX | #ee3339 |
| RGB | rgb(238, 51, 57) |
| HSL | hsl(358, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 76%, 7%) |
| LAB | lab(52.8 69.2 42.8) |
| LCH | lch(52.8 81.4 31.7) |
| OKLCH | oklch(0.620 0.221 25.2) |
Copy-ready code
/* CSS */
color: #ee3339;
background-color: #ee3339;
/* Tailwind (arbitrary) */
class="text-[#ee3339] bg-[#ee3339]"
/* SCSS */
$brand: #ee3339;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.224)
/* Android */
Color.parseColor("#ee3339")Accessibility — WCAG contrast
Aa
#ee3339 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3339 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow76.1%
Key (black)6.7%
Color previews
#ee3339 text on a black background
contrast 5.17:1
Card sample
#ee3339 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3339;
Background color
Panel with #ee3339 background
background-color: #ee3339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3339; background: linear-gradient(135deg, #ee3339, #EEAA33);