#ee3344
a balanced, electric red · warm · closest name: crimson
RGB
238, 51, 68
HSL
355°, 85%, 57%
CMYK
0, 79, 71, 7
Luminance
0.2096
Every format
| HEX | #ee3344 |
| RGB | rgb(238, 51, 68) |
| HSL | hsl(355, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 71%, 7%) |
| LAB | lab(52.9 69.7 36.7) |
| LCH | lch(52.9 78.7 27.8) |
| OKLCH | oklch(0.621 0.220 22.3) |
Copy-ready code
/* CSS */
color: #ee3344;
background-color: #ee3344;
/* Tailwind (arbitrary) */
class="text-[#ee3344] bg-[#ee3344]"
/* SCSS */
$brand: #ee3344;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#ee3344")Accessibility — WCAG contrast
Aa
#ee3344 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3344 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow71.4%
Key (black)6.7%
Color previews
#ee3344 text on a black background
contrast 5.19:1
Card sample
#ee3344 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3344;
Background color
Panel with #ee3344 background
background-color: #ee3344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3344; background: linear-gradient(135deg, #ee3344, #EE9F33);