#f12c01
a balanced, electric red · warm · closest name: red
RGB
241, 44, 1
HSL
11°, 99%, 48%
CMYK
0, 82, 100, 6
Luminance
0.2050
Every format
| HEX | #f12c01 |
| RGB | rgb(241, 44, 1) |
| HSL | hsl(11, 99%, 48%) |
| CMYK | cmyk(0%, 82%, 100%, 6%) |
| LAB | lab(52.4 70.8 64.9) |
| LCH | lch(52.4 96.1 42.5) |
| OKLCH | oklch(0.617 0.233 32.1) |
Copy-ready code
/* CSS */
color: #f12c01;
background-color: #f12c01;
/* Tailwind (arbitrary) */
class="text-[#f12c01] bg-[#f12c01]"
/* SCSS */
$brand: #f12c01;
/* SwiftUI */
Color(red: 0.945, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#f12c01")Accessibility — WCAG contrast
Aa
#f12c01 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12c01 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow99.6%
Key (black)5.5%
Color previews
#f12c01 text on a black background
contrast 5.10:1
Card sample
#f12c01 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12c01;
Background color
Panel with #f12c01 background
background-color: #f12c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12c01; background: linear-gradient(135deg, #f12c01, #F1CC01);