Tomato
#F56156
RedColor Codes
All color formats for development
HEX
#F56156RGB
rgb(245, 97, 86)HSL
hsl(4, 89%, 65%)OKLCH
oklch(0.681 0.184 27.3)CMYK
cmyk(0%, 60%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F34437
2#F22618
3#DB1B0D
4#BC170B
5#9D1309
6#7D0F07
7#5E0B05
8#3F0804
9#1F0402
Tints
Lighter variations
1#F67167
2#F78178
3#F89089
4#F9A09A
5#FAB0AB
6#FBC0BC
7#FCD0CC
8#FDDFDD
9#FEEFEE
Tones
Muted variations
1#ED685E
2#E56F66
3#DD766E
4#D57C76
5#CD837E
6#C68A86
7#BE918E
8#B69896
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDF #FDDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC4 #FBC4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F997 #F99790 | BordersInactive statesPlaceholder text |
| 400 | F561 #F56156 | Disabled statesSecondary iconsMuted text |
| 500 | F234 #F23426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D41A #D41A0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A914 #A9140A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 780F #780F07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D09 #4D0904 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FDDFDD;
--tomato-200: #FBC4C0;
--tomato-300: #F99790;
--tomato-400: #F56156;
--tomato-500: #F23426;
--tomato-600: #D41A0C;
--tomato-700: #A9140A;
--tomato-800: #780F07;
--tomato-900: #4D0904;
--tomato-950: #300603;
}