#ff5858
a light, electric red · warm · closest name: tomato
RGB
255, 88, 88
HSL
0°, 100%, 67%
CMYK
0, 66, 66, 0
Luminance
0.2894
Every format
| HEX | #ff5858 |
| RGB | rgb(255, 88, 88) |
| HSL | hsl(0, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 66%, 0%) |
| LAB | lab(60.7 63.2 35.4) |
| LCH | lch(60.7 72.5 29.3) |
| OKLCH | oklch(0.686 0.203 24.2) |
Copy-ready code
/* CSS */
color: #ff5858;
background-color: #ff5858;
/* Tailwind (arbitrary) */
class="text-[#ff5858] bg-[#ff5858]"
/* SCSS */
$brand: #ff5858;
/* SwiftUI */
Color(red: 1.000, green: 0.345, blue: 0.345)
/* Android */
Color.parseColor("#ff5858")Accessibility — WCAG contrast
Aa
#ff5858 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5858 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow65.5%
Key (black)0.0%
Color previews
#ff5858 text on a black background
contrast 6.79:1
Card sample
#ff5858 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5858;
Background color
Panel with #ff5858 background
background-color: #ff5858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 88, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 88, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5858; background: linear-gradient(135deg, #ff5858, #FFC758);