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