Tomato
#FF4D55
RedColor Codes
All color formats for development
HEX
#FF4D55RGB
rgb(255, 77, 85)HSL
hsl(357, 100%, 65%)OKLCH
oklch(0.674 0.214 22.7)CMYK
cmyk(0%, 70%, 67%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B36
2#FF0A16
3#E8000C
4#C7000A
5#A60008
6#850007
7#630005
8#420003
9#210002
Tints
Lighter variations
1#FF5E66
2#FF7077
3#FF8288
4#FF9499
5#FFA6AA
6#FFB8BB
7#FFC9CC
8#FFDBDD
9#FFEDEE
Tones
Muted variations
1#F6555D
2#ED5E65
3#E4676E
4#DB7076
5#D2797E
6#C98286
7#C18B8E
8#B89496
9#AF9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A90 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D55 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0000B | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30009 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520004 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F0;
--tomato-100: #FFDBDD;
--tomato-200: #FFBDC0;
--tomato-300: #FF8A90;
--tomato-400: #FF4D55;
--tomato-500: #FF1A25;
--tomato-600: #E0000B;
--tomato-700: #B30009;
--tomato-800: #800006;
--tomato-900: #520004;
--tomato-950: #330003;
}