#ee5259
a balanced, electric red · warm · closest name: crimson
RGB
238, 82, 89
HSL
357°, 82%, 63%
CMYK
0, 66, 63, 7
Luminance
0.2493
Every format
| HEX | #ee5259 |
| RGB | rgb(238, 82, 89) |
| HSL | hsl(357, 82%, 63%) |
| CMYK | cmyk(0%, 66%, 63%, 7%) |
| LAB | lab(57.0 60.2 29.6) |
| LCH | lch(57.0 67.1 26.2) |
| OKLCH | oklch(0.653 0.192 21.7) |
Copy-ready code
/* CSS */
color: #ee5259;
background-color: #ee5259;
/* Tailwind (arbitrary) */
class="text-[#ee5259] bg-[#ee5259]"
/* SCSS */
$brand: #ee5259;
/* SwiftUI */
Color(red: 0.933, green: 0.322, blue: 0.349)
/* Android */
Color.parseColor("#ee5259")Accessibility — WCAG contrast
Aa
#ee5259 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5259 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green32.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow62.6%
Key (black)6.7%
Color previews
#ee5259 text on a black background
contrast 5.99:1
Card sample
#ee5259 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5259;
Background color
Panel with #ee5259 background
background-color: #ee5259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 82, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 82, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5259; background: linear-gradient(135deg, #ee5259, #EEB352);