Tomato
#F45762
RedColor Codes
All color formats for development
HEX
#F45762RGB
rgb(244, 87, 98)HSL
hsl(356, 88%, 65%)OKLCH
oklch(0.669 0.192 20)CMYK
cmyk(0%, 64%, 60%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23844
2#F01927
3#DA0E1C
4#BB0C18
5#9C0A14
6#7D0810
7#5D060C
8#3E0408
9#1F0204
Tints
Lighter variations
1#F56871
2#F67981
3#F88A91
4#F99AA1
5#FAABB0
6#FBBCC0
7#FCCDD0
8#FDDDE0
9#FEEEEF
Tones
Muted variations
1#EC5F68
2#E5676F
3#DD6F76
4#D5777D
5#CD7E84
6#C5868B
7#BD8E91
8#B59698
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 #FBC1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89198 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45762 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12735 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78080F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE0;
--tomato-200: #FBC1C5;
--tomato-300: #F89198;
--tomato-400: #F45762;
--tomato-500: #F12735;
--tomato-600: #D30D1B;
--tomato-700: #A80B15;
--tomato-800: #78080F;
--tomato-900: #4D050A;
--tomato-950: #300306;
}