#ff021c
a balanced, electric red · warm · closest name: red
RGB
255, 2, 28
HSL
354°, 100%, 50%
CMYK
0, 99, 89, 0
Luminance
0.2139
Every format
| HEX | #ff021c |
| RGB | rgb(255, 2, 28) |
| HSL | hsl(354, 100%, 50%) |
| CMYK | cmyk(0%, 99%, 89%, 0%) |
| LAB | lab(53.4 80.2 58.9) |
| LCH | lch(53.4 99.5 36.3) |
| OKLCH | oklch(0.629 0.256 27.2) |
Copy-ready code
/* CSS */
color: #ff021c;
background-color: #ff021c;
/* Tailwind (arbitrary) */
class="text-[#ff021c] bg-[#ff021c]"
/* SCSS */
$brand: #ff021c;
/* SwiftUI */
Color(red: 1.000, green: 0.008, blue: 0.110)
/* Android */
Color.parseColor("#ff021c")Accessibility — WCAG contrast
Aa
#ff021c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff021c on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.8%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow89.0%
Key (black)0.0%
Color previews
#ff021c text on a black background
contrast 5.28:1
Card sample
#ff021c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff021c;
Background color
Panel with #ff021c background
background-color: #ff021c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff021c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 2, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 2, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff021c; background: linear-gradient(135deg, #ff021c, #FF9102);