Tomato
#F46A57
RedColor Codes
All color formats for development
HEX
#F46A57RGB
rgb(244, 106, 87)HSL
hsl(7, 88%, 65%)OKLCH
oklch(0.691 0.174 30)CMYK
cmyk(0%, 57%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F24E38
2#F03219
3#DA260E
4#BB200C
5#9C1B0A
6#7D1608
7#5D1006
8#3E0B04
9#1F0502
Tints
Lighter variations
1#F57868
2#F68779
3#F8968A
4#F9A59A
5#FAB4AB
6#FBC3BC
7#FCD2CD
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EC705F
2#E57667
3#DD7C6F
4#D58277
5#CD887E
6#C58E86
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 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89D #F89D91 | BordersInactive statesPlaceholder text |
| 400 | F46A #F46A57 | Disabled statesSecondary iconsMuted text |
| 500 | F13F #F13F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D325 #D3250D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81D #A81D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7815 #781508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0D #4D0D05 | 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: #FBC7C1;
--tomato-300: #F89D91;
--tomato-400: #F46A57;
--tomato-500: #F13F27;
--tomato-600: #D3250D;
--tomato-700: #A81D0B;
--tomato-800: #781508;
--tomato-900: #4D0D05;
--tomato-950: #300803;
}