Tomato
#FF4D58
RedColor Codes
All color formats for development
HEX
#FF4D58RGB
rgb(255, 77, 88)HSL
hsl(356, 100%, 65%)OKLCH
oklch(0.675 0.213 21.7)CMYK
cmyk(0%, 70%, 65%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B39
2#FF0A1B
3#E8000F
4#C7000D
5#A6000B
6#850009
7#630007
8#420004
9#210002
Tints
Lighter variations
1#FF5E69
2#FF707A
3#FF828A
4#FF949B
5#FFA6AC
6#FFB8BC
7#FFC9CD
8#FFDBDE
9#FFEDEE
Tones
Muted variations
1#F65560
2#ED5E68
3#E46770
4#DB7077
5#D2797F
6#C98287
7#C18B8F
8#B89496
9#AF9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A92 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D58 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A29 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0000F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3000C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520005 | 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: #FFF0F1;
--tomato-100: #FFDBDE;
--tomato-200: #FFBDC1;
--tomato-300: #FF8A92;
--tomato-400: #FF4D58;
--tomato-500: #FF1A29;
--tomato-600: #E0000F;
--tomato-700: #B3000C;
--tomato-800: #800008;
--tomato-900: #520005;
--tomato-950: #330003;
}