#ee334a
a balanced, electric red · warm · closest name: crimson
RGB
238, 51, 74
HSL
353°, 85%, 57%
CMYK
0, 79, 69, 7
Luminance
0.2104
Every format
| HEX | #ee334a |
| RGB | rgb(238, 51, 74) |
| HSL | hsl(353, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 69%, 7%) |
| LAB | lab(53.0 69.9 33.3) |
| LCH | lch(53.0 77.4 25.5) |
| OKLCH | oklch(0.622 0.220 20.6) |
Copy-ready code
/* CSS */
color: #ee334a;
background-color: #ee334a;
/* Tailwind (arbitrary) */
class="text-[#ee334a] bg-[#ee334a]"
/* SCSS */
$brand: #ee334a;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.290)
/* Android */
Color.parseColor("#ee334a")Accessibility — WCAG contrast
Aa
#ee334a on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee334a on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow68.9%
Key (black)6.7%
Color previews
#ee334a text on a black background
contrast 5.21:1
Card sample
#ee334a text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee334a;
Background color
Panel with #ee334a background
background-color: #ee334a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee334a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee334a; background: linear-gradient(135deg, #ee334a, #EE9933);