#ff554c
a balanced, electric red · warm · closest name: tomato
RGB
255, 85, 76
HSL
3°, 100%, 65%
CMYK
0, 67, 70, 0
Luminance
0.2828
Every format
| HEX | #ff554c |
| RGB | rgb(255, 85, 76) |
| HSL | hsl(3, 100%, 65%) |
| CMYK | cmyk(0%, 67%, 70%, 0%) |
| LAB | lab(60.1 63.8 41.4) |
| LCH | lch(60.1 76.0 33.0) |
| OKLCH | oklch(0.681 0.207 27.1) |
Copy-ready code
/* CSS */
color: #ff554c;
background-color: #ff554c;
/* Tailwind (arbitrary) */
class="text-[#ff554c] bg-[#ff554c]"
/* SCSS */
$brand: #ff554c;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.298)
/* Android */
Color.parseColor("#ff554c")Accessibility — WCAG contrast
Aa
#ff554c on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff554c on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow70.2%
Key (black)0.0%
Color previews
#ff554c text on a black background
contrast 6.66:1
Card sample
#ff554c text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff554c;
Background color
Panel with #ff554c background
background-color: #ff554c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff554c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff554c; background: linear-gradient(135deg, #ff554c, #FFCC4C);