#ff5c39
a balanced, electric red · warm · closest name: tomato
RGB
255, 92, 57
HSL
11°, 100%, 61%
CMYK
0, 64, 78, 0
Luminance
0.2921
Every format
| HEX | #ff5c39 |
| RGB | rgb(255, 92, 57) |
| HSL | hsl(11, 100%, 61%) |
| CMYK | cmyk(0%, 64%, 78%, 0%) |
| LAB | lab(61.0 60.3 52.2) |
| LCH | lch(61.0 79.7 40.9) |
| OKLCH | oklch(0.686 0.205 33.8) |
Copy-ready code
/* CSS */
color: #ff5c39;
background-color: #ff5c39;
/* Tailwind (arbitrary) */
class="text-[#ff5c39] bg-[#ff5c39]"
/* SCSS */
$brand: #ff5c39;
/* SwiftUI */
Color(red: 1.000, green: 0.361, blue: 0.224)
/* Android */
Color.parseColor("#ff5c39")Accessibility — WCAG contrast
Aa
#ff5c39 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5c39 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow77.6%
Key (black)0.0%
Color previews
#ff5c39 text on a black background
contrast 6.84:1
Card sample
#ff5c39 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5c39;
Background color
Panel with #ff5c39 background
background-color: #ff5c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 92, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 92, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5c39; background: linear-gradient(135deg, #ff5c39, #FFE039);