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