Tomato
#F46457
RedColor Codes
All color formats for development
HEX
#F46457RGB
rgb(244, 100, 87)HSL
hsl(5, 88%, 65%)OKLCH
oklch(0.683 0.18 27.9)CMYK
cmyk(0%, 59%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F24838
2#F02B19
3#DA1F0E
4#BB1B0C
5#9C160A
6#7D1208
7#5D0D06
8#3E0904
9#1F0402
Tints
Lighter variations
1#F57468
2#F68379
3#F8938A
4#F9A29A
5#FAB2AB
6#FBC1BC
7#FCD1CD
8#FDE0DD
9#FEF0EE
Tones
Muted variations
1#EC6B5F
2#E57167
3#DD786F
4#D57E77
5#CD857E
6#C58C86
7#BD928E
8#B59996
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC6 #FBC6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F899 #F89991 | BordersInactive statesPlaceholder text |
| 400 | F464 #F46457 | Disabled statesSecondary iconsMuted text |
| 500 | F138 #F13827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D31E #D31E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A818 #A8180B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7811 #781108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0B #4D0B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE0DD;
--tomato-200: #FBC6C1;
--tomato-300: #F89991;
--tomato-400: #F46457;
--tomato-500: #F13827;
--tomato-600: #D31E0D;
--tomato-700: #A8180B;
--tomato-800: #781108;
--tomato-900: #4D0B05;
--tomato-950: #300703;
}