#ff052c
a balanced, electric red · warm · closest name: red
RGB
255, 5, 44
HSL
351°, 100%, 51%
CMYK
0, 98, 83, 0
Luminance
0.2155
Every format
| HEX | #ff052c |
| RGB | rgb(255, 5, 44) |
| HSL | hsl(351, 100%, 51%) |
| CMYK | cmyk(0%, 98%, 83%, 0%) |
| LAB | lab(53.5 80.3 51.6) |
| LCH | lch(53.5 95.4 32.7) |
| OKLCH | oklch(0.631 0.255 25.0) |
Copy-ready code
/* CSS */
color: #ff052c;
background-color: #ff052c;
/* Tailwind (arbitrary) */
class="text-[#ff052c] bg-[#ff052c]"
/* SCSS */
$brand: #ff052c;
/* SwiftUI */
Color(red: 1.000, green: 0.020, blue: 0.173)
/* Android */
Color.parseColor("#ff052c")Accessibility — WCAG contrast
Aa
#ff052c on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff052c on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow82.7%
Key (black)0.0%
Color previews
#ff052c text on a black background
contrast 5.31:1
Card sample
#ff052c text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff052c;
Background color
Panel with #ff052c background
background-color: #ff052c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff052c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 5, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 5, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff052c; background: linear-gradient(135deg, #ff052c, #FF8505);