Tomato
#F45757
RedColor Codes
All color formats for development
HEX
#F45757RGB
rgb(244, 87, 87)HSL
hsl(0, 88%, 65%)OKLCH
oklch(0.667 0.193 24)CMYK
cmyk(0%, 64%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23838
2#F01919
3#DA0E0E
4#BB0C0C
5#9C0A0A
6#7D0808
7#5D0606
8#3E0404
9#1F0202
Tints
Lighter variations
1#F56868
2#F67979
3#F88A8A
4#F99A9A
5#FAABAB
6#FBBCBC
7#FCCDCD
8#FDDDDD
9#FEEEEE
Tones
Muted variations
1#EC5F5F
2#E56767
3#DD6F6F
4#D57777
5#CD7E7E
6#C58686
7#BD8E8E
8#B59696
9#AE9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89191 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45757 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FDDDDD;
--tomato-200: #FBC1C1;
--tomato-300: #F89191;
--tomato-400: #F45757;
--tomato-500: #F12727;
--tomato-600: #D30D0D;
--tomato-700: #A80B0B;
--tomato-800: #780808;
--tomato-900: #4D0505;
--tomato-950: #300303;
}