#ff1c2f
a balanced, electric red · warm · closest name: red
RGB
255, 28, 47
HSL
355°, 100%, 56%
CMYK
0, 89, 82, 0
Luminance
0.2230
Every format
| HEX | #ff1c2f |
| RGB | rgb(255, 28, 47) |
| HSL | hsl(355, 100%, 56%) |
| CMYK | cmyk(0%, 89%, 82%, 0%) |
| LAB | lab(54.4 78.1 50.8) |
| LCH | lch(54.4 93.2 33.0) |
| OKLCH | oklch(0.637 0.249 25.5) |
Copy-ready code
/* CSS */
color: #ff1c2f;
background-color: #ff1c2f;
/* Tailwind (arbitrary) */
class="text-[#ff1c2f] bg-[#ff1c2f]"
/* SCSS */
$brand: #ff1c2f;
/* SwiftUI */
Color(red: 1.000, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#ff1c2f")Accessibility — WCAG contrast
Aa
#ff1c2f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1c2f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow81.6%
Key (black)0.0%
Color previews
#ff1c2f text on a black background
contrast 5.46:1
Card sample
#ff1c2f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1c2f;
Background color
Panel with #ff1c2f background
background-color: #ff1c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1c2f; background: linear-gradient(135deg, #ff1c2f, #FFA01C);