Tomato
#F45767
RedColor Codes
All color formats for development
HEX
#F45767RGB
rgb(244, 87, 103)HSL
hsl(354, 88%, 65%)OKLCH
oklch(0.67 0.192 18.1)CMYK
cmyk(0%, 64%, 58%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2384B
2#F0192E
3#DA0E22
4#BB0C1D
5#9C0A19
6#7D0814
7#5D060F
8#3E040A
9#1F0205
Tints
Lighter variations
1#F56876
2#F67985
3#F88A95
4#F99AA4
5#FAABB3
6#FBBCC2
7#FCCDD1
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EC5F6D
2#E56773
3#DD6F7A
4#D57780
5#CD7E86
6#C5868D
7#BD8E93
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 #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919B | BordersInactive statesPlaceholder text |
| 400 | F457 #F45767 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D21 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780813 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050C | 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: #F8919B;
--tomato-400: #F45767;
--tomato-500: #F1273B;
--tomato-600: #D30D21;
--tomato-700: #A80B1A;
--tomato-800: #780813;
--tomato-900: #4D050C;
--tomato-950: #300308;
}