#ff2e05
a balanced, electric red · warm · closest name: red
RGB
255, 46, 5
HSL
10°, 100%, 51%
CMYK
0, 82, 98, 0
Luminance
0.2322
Every format
| HEX | #ff2e05 |
| RGB | rgb(255, 46, 5) |
| HSL | hsl(10, 100%, 51%) |
| CMYK | cmyk(0%, 82%, 98%, 0%) |
| LAB | lab(55.3 74.2 66.8) |
| LCH | lch(55.3 99.9 42.0) |
| OKLCH | oklch(0.643 0.243 31.7) |
Copy-ready code
/* CSS */
color: #ff2e05;
background-color: #ff2e05;
/* Tailwind (arbitrary) */
class="text-[#ff2e05] bg-[#ff2e05]"
/* SCSS */
$brand: #ff2e05;
/* SwiftUI */
Color(red: 1.000, green: 0.180, blue: 0.020)
/* Android */
Color.parseColor("#ff2e05")Accessibility — WCAG contrast
Aa
#ff2e05 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2e05 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow98.0%
Key (black)0.0%
Color previews
#ff2e05 text on a black background
contrast 5.64:1
Card sample
#ff2e05 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2e05;
Background color
Panel with #ff2e05 background
background-color: #ff2e05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2e05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 46, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 46, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2e05; background: linear-gradient(135deg, #ff2e05, #FFD505);