#ee3300
a balanced, electric red · warm · closest name: red
RGB
238, 51, 0
HSL
13°, 100%, 47%
CMYK
0, 79, 100, 7
Luminance
0.2054
Every format
| HEX | #ee3300 |
| RGB | rgb(238, 51, 0) |
| HSL | hsl(13, 100%, 47%) |
| CMYK | cmyk(0%, 79%, 100%, 7%) |
| LAB | lab(52.5 68.2 64.8) |
| LCH | lch(52.5 94.1 43.6) |
| OKLCH | oklch(0.616 0.226 33.2) |
Copy-ready code
/* CSS */
color: #ee3300;
background-color: #ee3300;
/* Tailwind (arbitrary) */
class="text-[#ee3300] bg-[#ee3300]"
/* SCSS */
$brand: #ee3300;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.000)
/* Android */
Color.parseColor("#ee3300")Accessibility — WCAG contrast
Aa
#ee3300 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3300 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow100.0%
Key (black)6.7%
Color previews
#ee3300 text on a black background
contrast 5.11:1
Card sample
#ee3300 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3300;
Background color
Panel with #ee3300 background
background-color: #ee3300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3300; background: linear-gradient(135deg, #ee3300, #EED200);