Tomato
#F4576C
RedColor Codes
All color formats for development
HEX
#F4576CRGB
rgb(244, 87, 108)HSL
hsl(352, 88%, 65%)OKLCH
oklch(0.671 0.192 16.1)CMYK
cmyk(0%, 64%, 56%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23851
2#F01936
3#DA0E29
4#BB0C23
5#9C0A1D
6#7D0818
7#5D0612
8#3E040C
9#1F0206
Tints
Lighter variations
1#F5687B
2#F6798A
3#F88A98
4#F99AA7
5#FAABB6
6#FBBCC4
7#FCCDD3
8#FDDDE2
9#FEEEF0
Tones
Muted variations
1#EC5F72
2#E56778
3#DD6F7D
4#D57783
5#CD7E89
6#C5868F
7#BD8E94
8#B5969A
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919F | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576C | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12742 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B20 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780817 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300309 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE2;
--tomato-200: #FBC1C8;
--tomato-300: #F8919F;
--tomato-400: #F4576C;
--tomato-500: #F12742;
--tomato-600: #D30D28;
--tomato-700: #A80B20;
--tomato-800: #780817;
--tomato-900: #4D050E;
--tomato-950: #300309;
}