#ff4a2f
a balanced, electric red · warm · closest name: tomato
RGB
255, 74, 47
HSL
8°, 100%, 59%
CMYK
0, 71, 82, 0
Luminance
0.2636
Every format
| HEX | #ff4a2f |
| RGB | rgb(255, 74, 47) |
| HSL | hsl(8, 100%, 59%) |
| CMYK | cmyk(0%, 71%, 82%, 0%) |
| LAB | lab(58.4 66.8 54.5) |
| LCH | lch(58.4 86.2 39.2) |
| OKLCH | oklch(0.667 0.221 31.5) |
Copy-ready code
/* CSS */
color: #ff4a2f;
background-color: #ff4a2f;
/* Tailwind (arbitrary) */
class="text-[#ff4a2f] bg-[#ff4a2f]"
/* SCSS */
$brand: #ff4a2f;
/* SwiftUI */
Color(red: 1.000, green: 0.290, blue: 0.184)
/* Android */
Color.parseColor("#ff4a2f")Accessibility — WCAG contrast
Aa
#ff4a2f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4a2f on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow81.6%
Key (black)0.0%
Color previews
#ff4a2f text on a black background
contrast 6.27:1
Card sample
#ff4a2f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4a2f;
Background color
Panel with #ff4a2f background
background-color: #ff4a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 74, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 74, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4a2f; background: linear-gradient(135deg, #ff4a2f, #FFD52F);