Tomato
#FD4E4E
RedColor Codes
All color formats for development
HEX
#FD4E4ERGB
rgb(253, 78, 78)HSL
hsl(0, 98%, 65%)OKLCH
oklch(0.671 0.212 24.9)CMYK
cmyk(0%, 69%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D2D
2#FD0D0D
3#E60202
4#C50202
5#A40202
6#830101
7#620101
8#420101
9#210000
Tints
Lighter variations
1#FD6060
2#FE7272
3#FE8383
4#FE9595
5#FEA7A7
6#FEB8B8
7#FECACA
8#FFDCDC
9#FFEDED
Tones
Muted variations
1#F45757
2#EC6060
3#E36969
4#DA7171
5#D17A7A
6#C98383
7#C08C8C
8#B79494
9#AE9D9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B8B | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E4E | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0202 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10202 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F0;
--tomato-100: #FFDCDC;
--tomato-200: #FEBDBD;
--tomato-300: #FE8B8B;
--tomato-400: #FD4E4E;
--tomato-500: #FD1C1C;
--tomato-600: #DE0202;
--tomato-700: #B10202;
--tomato-800: #7E0101;
--tomato-900: #510101;
--tomato-950: #320101;
}