#ff2a0b
a balanced, electric red · warm · closest name: red
RGB
255, 42, 11
HSL
8°, 100%, 52%
CMYK
0, 84, 96, 0
Luminance
0.2294
Every format
| HEX | #ff2a0b |
| RGB | rgb(255, 42, 11) |
| HSL | hsl(8, 100%, 52%) |
| CMYK | cmyk(0%, 84%, 96%, 0%) |
| LAB | lab(55.0 75.1 65.4) |
| LCH | lch(55.0 99.6 41.0) |
| OKLCH | oklch(0.641 0.245 31.0) |
Copy-ready code
/* CSS */
color: #ff2a0b;
background-color: #ff2a0b;
/* Tailwind (arbitrary) */
class="text-[#ff2a0b] bg-[#ff2a0b]"
/* SCSS */
$brand: #ff2a0b;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.043)
/* Android */
Color.parseColor("#ff2a0b")Accessibility — WCAG contrast
Aa
#ff2a0b on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2a0b on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow95.7%
Key (black)0.0%
Color previews
#ff2a0b text on a black background
contrast 5.59:1
Card sample
#ff2a0b text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2a0b;
Background color
Panel with #ff2a0b background
background-color: #ff2a0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2a0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2a0b; background: linear-gradient(135deg, #ff2a0b, #FFCD0B);