Tomato
#F56B56
RedColor Codes
All color formats for development
HEX
#F56B56RGB
rgb(245, 107, 86)HSL
hsl(8, 89%, 65%)OKLCH
oklch(0.694 0.174 30.7)CMYK
cmyk(0%, 56%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F35037
2#F23518
3#DB280D
4#BC230B
5#9D1D09
6#7D1707
7#5E1105
8#3F0C04
9#1F0602
Tints
Lighter variations
1#F67A67
2#F78978
3#F89889
4#F9A69A
5#FAB5AB
6#FBC4BC
7#FCD3CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#ED715E
2#E57766
3#DD7D6E
4#D58376
5#CD897E
6#C68E86
7#BE948E
8#B69A96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99E #F99E90 | BordersInactive statesPlaceholder text |
| 400 | F56B #F56B56 | Disabled statesSecondary iconsMuted text |
| 500 | F241 #F24126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D427 #D4270C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91F #A91F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7816 #781607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E04 | 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: #FDE1DD;
--tomato-200: #FBC8C0;
--tomato-300: #F99E90;
--tomato-400: #F56B56;
--tomato-500: #F24126;
--tomato-600: #D4270C;
--tomato-700: #A91F0A;
--tomato-800: #781607;
--tomato-900: #4D0E04;
--tomato-950: #300903;
}