Tomato
#F56956
RedColor Codes
All color formats for development
HEX
#F56956RGB
rgb(245, 105, 86)HSL
hsl(7, 89%, 65%)OKLCH
oklch(0.691 0.176 30)CMYK
cmyk(0%, 57%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F34D37
2#F23118
3#DB250D
4#BC200B
5#9D1A09
6#7D1507
7#5E1005
8#3F0B04
9#1F0502
Tints
Lighter variations
1#F67867
2#F78778
3#F89689
4#F9A59A
5#FAB4AB
6#FBC3BC
7#FCD2CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#ED6F5E
2#E57566
3#DD7B6E
4#D58176
5#CD877E
6#C68D86
7#BE938E
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 | FBC7 #FBC7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99C #F99C90 | BordersInactive statesPlaceholder text |
| 400 | F569 #F56956 | Disabled statesSecondary iconsMuted text |
| 500 | F23E #F23E26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D424 #D4240C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91C #A91C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7814 #781407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0D #4D0D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE1DD;
--tomato-200: #FBC7C0;
--tomato-300: #F99C90;
--tomato-400: #F56956;
--tomato-500: #F23E26;
--tomato-600: #D4240C;
--tomato-700: #A91C0A;
--tomato-800: #781407;
--tomato-900: #4D0D04;
--tomato-950: #300803;
}