#e63321
a balanced, electric red · warm · closest name: tomato
RGB
230, 51, 33
HSL
6°, 80%, 52%
CMYK
0, 78, 86, 10
Luminance
0.1930
Every format
| HEX | #e63321 |
| RGB | rgb(230, 51, 33) |
| HSL | hsl(6, 80%, 52%) |
| CMYK | cmyk(0%, 78%, 86%, 10%) |
| LAB | lab(51.0 66.3 52.8) |
| LCH | lch(51.0 84.8 38.5) |
| OKLCH | oklch(0.604 0.217 30.2) |
Copy-ready code
/* CSS */
color: #e63321;
background-color: #e63321;
/* Tailwind (arbitrary) */
class="text-[#e63321] bg-[#e63321]"
/* SCSS */
$brand: #e63321;
/* SwiftUI */
Color(red: 0.902, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#e63321")Accessibility — WCAG contrast
Aa
#e63321 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e63321 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow85.7%
Key (black)9.8%
Color previews
#e63321 text on a black background
contrast 4.86:1
Card sample
#e63321 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e63321;
Background color
Panel with #e63321 background
background-color: #e63321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e63321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e63321; background: linear-gradient(135deg, #e63321, #E6B621);