#ff5e29
a balanced, electric red · warm · closest name: tomato
RGB
255, 94, 41
HSL
15°, 100%, 58%
CMYK
0, 63, 84, 0
Luminance
0.2943
Every format
| HEX | #ff5e29 |
| RGB | rgb(255, 94, 41) |
| HSL | hsl(15, 100%, 58%) |
| CMYK | cmyk(0%, 63%, 84%, 0%) |
| LAB | lab(61.2 59.0 59.7) |
| LCH | lch(61.2 83.9 45.3) |
| OKLCH | oklch(0.688 0.206 37.4) |
Copy-ready code
/* CSS */
color: #ff5e29;
background-color: #ff5e29;
/* Tailwind (arbitrary) */
class="text-[#ff5e29] bg-[#ff5e29]"
/* SCSS */
$brand: #ff5e29;
/* SwiftUI */
Color(red: 1.000, green: 0.369, blue: 0.161)
/* Android */
Color.parseColor("#ff5e29")Accessibility — WCAG contrast
Aa
#ff5e29 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5e29 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.9%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow83.9%
Key (black)0.0%
Color previews
#ff5e29 text on a black background
contrast 6.89:1
Card sample
#ff5e29 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5e29;
Background color
Panel with #ff5e29 background
background-color: #ff5e29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5e29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 94, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 94, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5e29; background: linear-gradient(135deg, #ff5e29, #FFED29);