#ff5c2f
a balanced, electric red · warm · closest name: tomato
RGB
255, 92, 47
HSL
13°, 100%, 59%
CMYK
0, 64, 82, 0
Luminance
0.2912
Every format
| HEX | #ff5c2f |
| RGB | rgb(255, 92, 47) |
| HSL | hsl(13, 100%, 59%) |
| CMYK | cmyk(0%, 64%, 82%, 0%) |
| LAB | lab(60.9 60.0 56.9) |
| LCH | lch(60.9 82.6 43.5) |
| OKLCH | oklch(0.686 0.206 35.8) |
Copy-ready code
/* CSS */
color: #ff5c2f;
background-color: #ff5c2f;
/* Tailwind (arbitrary) */
class="text-[#ff5c2f] bg-[#ff5c2f]"
/* SCSS */
$brand: #ff5c2f;
/* SwiftUI */
Color(red: 1.000, green: 0.361, blue: 0.184)
/* Android */
Color.parseColor("#ff5c2f")Accessibility — WCAG contrast
Aa
#ff5c2f on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5c2f on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow81.6%
Key (black)0.0%
Color previews
#ff5c2f text on a black background
contrast 6.82:1
Card sample
#ff5c2f text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5c2f;
Background color
Panel with #ff5c2f background
background-color: #ff5c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 92, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 92, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5c2f; background: linear-gradient(135deg, #ff5c2f, #FFE72F);