#ff1c07
a balanced, electric red · warm · closest name: red
RGB
255, 28, 7
HSL
5°, 100%, 51%
CMYK
0, 89, 97, 0
Luminance
0.2211
Every format
| HEX | #ff1c07 |
| RGB | rgb(255, 28, 7) |
| HSL | hsl(5, 100%, 51%) |
| CMYK | cmyk(0%, 89%, 97%, 0%) |
| LAB | lab(54.1 77.6 65.9) |
| LCH | lch(54.1 101.8 40.3) |
| OKLCH | oklch(0.635 0.251 30.0) |
Copy-ready code
/* CSS */
color: #ff1c07;
background-color: #ff1c07;
/* Tailwind (arbitrary) */
class="text-[#ff1c07] bg-[#ff1c07]"
/* SCSS */
$brand: #ff1c07;
/* SwiftUI */
Color(red: 1.000, green: 0.110, blue: 0.027)
/* Android */
Color.parseColor("#ff1c07")Accessibility — WCAG contrast
Aa
#ff1c07 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1c07 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow97.3%
Key (black)0.0%
Color previews
#ff1c07 text on a black background
contrast 5.42:1
Card sample
#ff1c07 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1c07;
Background color
Panel with #ff1c07 background
background-color: #ff1c07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1c07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 28, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 28, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1c07; background: linear-gradient(135deg, #ff1c07, #FFC107);