#f05c29
a balanced, electric orange · warm · closest name: tomato
RGB
240, 92, 41
HSL
15°, 87%, 55%
CMYK
0, 62, 83, 6
Luminance
0.2634
Every format
| HEX | #f05c29 |
| RGB | rgb(240, 92, 41) |
| HSL | hsl(15, 87%, 55%) |
| CMYK | cmyk(0%, 62%, 83%, 6%) |
| LAB | lab(58.4 54.7 56.3) |
| LCH | lch(58.4 78.5 45.8) |
| OKLCH | oklch(0.662 0.193 38.1) |
Copy-ready code
/* CSS */
color: #f05c29;
background-color: #f05c29;
/* Tailwind (arbitrary) */
class="text-[#f05c29] bg-[#f05c29]"
/* SCSS */
$brand: #f05c29;
/* SwiftUI */
Color(red: 0.941, green: 0.361, blue: 0.161)
/* Android */
Color.parseColor("#f05c29")Accessibility — WCAG contrast
Aa
#f05c29 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05c29 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green36.1%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow82.9%
Key (black)5.9%
Color previews
#f05c29 text on a black background
contrast 6.27:1
Card sample
#f05c29 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05c29;
Background color
Panel with #f05c29 background
background-color: #f05c29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05c29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 92, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 92, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05c29; background: linear-gradient(135deg, #f05c29, #F0E129);