#ff002c
a balanced, electric red · warm · closest name: red
RGB
255, 0, 44
HSL
350°, 100%, 50%
CMYK
0, 100, 83, 0
Luminance
0.2144
Every format
| HEX | #ff002c |
| RGB | rgb(255, 0, 44) |
| HSL | hsl(350, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 83%, 0%) |
| LAB | lab(53.4 80.6 51.5) |
| LCH | lch(53.4 95.7 32.6) |
| OKLCH | oklch(0.630 0.255 24.9) |
Copy-ready code
/* CSS */
color: #ff002c;
background-color: #ff002c;
/* Tailwind (arbitrary) */
class="text-[#ff002c] bg-[#ff002c]"
/* SCSS */
$brand: #ff002c;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#ff002c")Accessibility — WCAG contrast
Aa
#ff002c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff002c on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow82.7%
Key (black)0.0%
Color previews
#ff002c text on a black background
contrast 5.29:1
Card sample
#ff002c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff002c;
Background color
Panel with #ff002c background
background-color: #ff002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff002c; background: linear-gradient(135deg, #ff002c, #FF7E00);