#f12321
a balanced, electric red · warm · closest name: red
RGB
241, 35, 33
HSL
1°, 88%, 54%
CMYK
0, 86, 86, 6
Luminance
0.2001
Every format
| HEX | #f12321 |
| RGB | rgb(241, 35, 33) |
| HSL | hsl(1, 88%, 54%) |
| CMYK | cmyk(0%, 86%, 86%, 6%) |
| LAB | lab(51.9 73.1 54.4) |
| LCH | lch(51.9 91.1 36.6) |
| OKLCH | oklch(0.613 0.235 28.1) |
Copy-ready code
/* CSS */
color: #f12321;
background-color: #f12321;
/* Tailwind (arbitrary) */
class="text-[#f12321] bg-[#f12321]"
/* SCSS */
$brand: #f12321;
/* SwiftUI */
Color(red: 0.945, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#f12321")Accessibility — WCAG contrast
Aa
#f12321 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12321 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow86.3%
Key (black)5.5%
Color previews
#f12321 text on a black background
contrast 5.00:1
Card sample
#f12321 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12321;
Background color
Panel with #f12321 background
background-color: #f12321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12321; background: linear-gradient(135deg, #f12321, #F1AE21);