Tomato
#F4576A
RedColor Codes
All color formats for development
HEX
#F4576ARGB
rgb(244, 87, 106)HSL
hsl(353, 88%, 65%)OKLCH
oklch(0.671 0.192 16.9)CMYK
cmyk(0%, 64%, 57%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2384E
2#F01932
3#DA0E26
4#BB0C20
5#9C0A1B
6#7D0816
7#5D0610
8#3E040B
9#1F0205
Tints
Lighter variations
1#F56878
2#F67987
3#F88A96
4#F99AA5
5#FAABB4
6#FBBCC3
7#FCCDD2
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EC5F70
2#E56776
3#DD6F7C
4#D57782
5#CD7E88
6#C5868E
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 #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919D | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576A | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780815 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE1;
--tomato-200: #FBC1C7;
--tomato-300: #F8919D;
--tomato-400: #F4576A;
--tomato-500: #F1273F;
--tomato-600: #D30D25;
--tomato-700: #A80B1D;
--tomato-800: #780815;
--tomato-900: #4D050D;
--tomato-950: #300308;
}