#ee2500
a balanced, electric red · warm · closest name: red
RGB
238, 37, 0
HSL
9°, 100%, 47%
CMYK
0, 85, 100, 7
Luminance
0.1950
Every format
| HEX | #ee2500 |
| RGB | rgb(238, 37, 0) |
| HSL | hsl(9, 100%, 47%) |
| CMYK | cmyk(0%, 85%, 100%, 7%) |
| LAB | lab(51.3 71.5 64.4) |
| LCH | lch(51.3 96.2 42.0) |
| OKLCH | oklch(0.608 0.234 31.4) |
Copy-ready code
/* CSS */
color: #ee2500;
background-color: #ee2500;
/* Tailwind (arbitrary) */
class="text-[#ee2500] bg-[#ee2500]"
/* SCSS */
$brand: #ee2500;
/* SwiftUI */
Color(red: 0.933, green: 0.145, blue: 0.000)
/* Android */
Color.parseColor("#ee2500")Accessibility — WCAG contrast
Aa
#ee2500 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2500 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green14.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow100.0%
Key (black)6.7%
Color previews
#ee2500 text on a black background
contrast 4.90:1
Card sample
#ee2500 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2500;
Background color
Panel with #ee2500 background
background-color: #ee2500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 37, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 37, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2500; background: linear-gradient(135deg, #ee2500, #EEC400);