#ee2d00
a balanced, electric red · warm · closest name: red
RGB
238, 45, 0
HSL
11°, 100%, 47%
CMYK
0, 81, 100, 7
Luminance
0.2005
Every format
| HEX | #ee2d00 |
| RGB | rgb(238, 45, 0) |
| HSL | hsl(11, 100%, 47%) |
| CMYK | cmyk(0%, 81%, 100%, 7%) |
| LAB | lab(51.9 69.8 64.6) |
| LCH | lch(51.9 95.1 42.8) |
| OKLCH | oklch(0.612 0.230 32.4) |
Copy-ready code
/* CSS */
color: #ee2d00;
background-color: #ee2d00;
/* Tailwind (arbitrary) */
class="text-[#ee2d00] bg-[#ee2d00]"
/* SCSS */
$brand: #ee2d00;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.000)
/* Android */
Color.parseColor("#ee2d00")Accessibility — WCAG contrast
Aa
#ee2d00 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2d00 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow100.0%
Key (black)6.7%
Color previews
#ee2d00 text on a black background
contrast 5.01:1
Card sample
#ee2d00 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2d00;
Background color
Panel with #ee2d00 background
background-color: #ee2d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2d00; background: linear-gradient(135deg, #ee2d00, #EECC00);