#ff5b55
a light, electric red · warm · closest name: tomato
RGB
255, 91, 85
HSL
2°, 100%, 67%
CMYK
0, 64, 67, 0
Luminance
0.2940
Every format
| HEX | #ff5b55 |
| RGB | rgb(255, 91, 85) |
| HSL | hsl(2, 100%, 67%) |
| CMYK | cmyk(0%, 64%, 67%, 0%) |
| LAB | lab(61.1 61.9 37.6) |
| LCH | lch(61.1 72.4 31.3) |
| OKLCH | oklch(0.689 0.201 25.9) |
Copy-ready code
/* CSS */
color: #ff5b55;
background-color: #ff5b55;
/* Tailwind (arbitrary) */
class="text-[#ff5b55] bg-[#ff5b55]"
/* SCSS */
$brand: #ff5b55;
/* SwiftUI */
Color(red: 1.000, green: 0.357, blue: 0.333)
/* Android */
Color.parseColor("#ff5b55")Accessibility — WCAG contrast
Aa
#ff5b55 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5b55 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow66.7%
Key (black)0.0%
Color previews
#ff5b55 text on a black background
contrast 6.88:1
Card sample
#ff5b55 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5b55;
Background color
Panel with #ff5b55 background
background-color: #ff5b55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5b55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 91, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 91, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5b55; background: linear-gradient(135deg, #ff5b55, #FFCC55);