#ff5b49
a balanced, electric red · warm · closest name: tomato
RGB
255, 91, 73
HSL
6°, 100%, 64%
CMYK
0, 64, 71, 0
Luminance
0.2922
Every format
| HEX | #ff5b49 |
| RGB | rgb(255, 91, 73) |
| HSL | hsl(6, 100%, 64%) |
| CMYK | cmyk(0%, 64%, 71%, 0%) |
| LAB | lab(61.0 61.3 44.0) |
| LCH | lch(61.0 75.4 35.7) |
| OKLCH | oklch(0.687 0.203 29.5) |
Copy-ready code
/* CSS */
color: #ff5b49;
background-color: #ff5b49;
/* Tailwind (arbitrary) */
class="text-[#ff5b49] bg-[#ff5b49]"
/* SCSS */
$brand: #ff5b49;
/* SwiftUI */
Color(red: 1.000, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#ff5b49")Accessibility — WCAG contrast
Aa
#ff5b49 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5b49 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow71.4%
Key (black)0.0%
Color previews
#ff5b49 text on a black background
contrast 6.84:1
Card sample
#ff5b49 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5b49;
Background color
Panel with #ff5b49 background
background-color: #ff5b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5b49; background: linear-gradient(135deg, #ff5b49, #FFD449);