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