#e30f21
a balanced, electric red · warm · closest name: crimson
RGB
227, 15, 33
HSL
355°, 88%, 48%
CMYK
0, 93, 86, 11
Luminance
0.1678
Every format
| HEX | #e30f21 |
| RGB | rgb(227, 15, 33) |
| HSL | hsl(355, 88%, 48%) |
| CMYK | cmyk(0%, 93%, 86%, 11%) |
| LAB | lab(48.0 72.5 50.0) |
| LCH | lch(48.0 88.0 34.6) |
| OKLCH | oklch(0.580 0.231 26.4) |
Copy-ready code
/* CSS */
color: #e30f21;
background-color: #e30f21;
/* Tailwind (arbitrary) */
class="text-[#e30f21] bg-[#e30f21]"
/* SCSS */
$brand: #e30f21;
/* SwiftUI */
Color(red: 0.890, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#e30f21")Accessibility — WCAG contrast
Aa
#e30f21 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e30f21 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.4%
Yellow85.5%
Key (black)11.0%
Color previews
#e30f21 text on a black background
contrast 4.36:1
Card sample
#e30f21 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e30f21;
Background color
Panel with #e30f21 background
background-color: #e30f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e30f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e30f21; background: linear-gradient(135deg, #e30f21, #E38A0F);