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