Tomato
#F46C57
RedColor Codes
All color formats for development
HEX
#F46C57RGB
rgb(244, 108, 87)HSL
hsl(8, 88%, 65%)OKLCH
oklch(0.694 0.172 30.8)CMYK
cmyk(0%, 56%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F25138
2#F03619
3#DA290E
4#BB230C
5#9C1D0A
6#7D1808
7#5D1206
8#3E0C04
9#1F0602
Tints
Lighter variations
1#F57B68
2#F68A79
3#F8988A
4#F9A79A
5#FAB6AB
6#FBC4BC
7#FCD3CD
8#FDE2DD
9#FEF0EE
Tones
Muted variations
1#EC725F
2#E57867
3#DD7D6F
4#D58377
5#CD897E
6#C58F86
7#BD948E
8#B59A96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89F #F89F91 | BordersInactive statesPlaceholder text |
| 400 | F46C #F46C57 | Disabled statesSecondary iconsMuted text |
| 500 | F142 #F14227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D328 #D3280D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A820 #A8200B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7817 #781708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE2DD;
--tomato-200: #FBC8C1;
--tomato-300: #F89F91;
--tomato-400: #F46C57;
--tomato-500: #F14227;
--tomato-600: #D3280D;
--tomato-700: #A8200B;
--tomato-800: #781708;
--tomato-900: #4D0E05;
--tomato-950: #300903;
}