Tomato
#F45764
RedColor Codes
All color formats for development
HEX
#F45764RGB
rgb(244, 87, 100)HSL
hsl(355, 88%, 65%)OKLCH
oklch(0.67 0.192 19.2)CMYK
cmyk(0%, 64%, 59%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23848
2#F0192B
3#DA0E1F
4#BB0C1B
5#9C0A16
6#7D0812
7#5D060D
8#3E0409
9#1F0204
Tints
Lighter variations
1#F56874
2#F67983
3#F88A93
4#F99AA2
5#FAABB2
6#FBBCC1
7#FCCDD1
8#FDDDE0
9#FEEEF0
Tones
Muted variations
1#EC5F6B
2#E56771
3#DD6F78
4#D5777E
5#CD7E85
6#C5868C
7#BD8E92
8#B59699
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89199 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45764 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12738 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780811 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE0;
--tomato-200: #FBC1C6;
--tomato-300: #F89199;
--tomato-400: #F45764;
--tomato-500: #F12738;
--tomato-600: #D30D1E;
--tomato-700: #A80B18;
--tomato-800: #780811;
--tomato-900: #4D050B;
--tomato-950: #300307;
}