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