Tomato
#F55524
RedColor Codes
All color formats for development
HEX
#F55524RGB
rgb(245, 85, 36)HSL
hsl(14, 91%, 55%)OKLCH
oklch(0.661 0.204 36.4)CMYK
cmyk(0%, 65%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1410B
2#D63A0A
3#BC3309
4#A12B08
5#862406
6#6B1D05
7#501604
8#360E03
9#1B0701
Tints
Lighter variations
1#F6663A
2#F77750
3#F88866
4#F9997B
5#FAAA91
6#FBBBA7
7#FCCCBD
8#FDDDD3
9#FEEEE9
Tones
Muted variations
1#EA5A2E
2#E06039
3#D56543
4#CB6B4E
5#C07058
6#B67662
7#AC7C6D
8#A18177
9#978782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA8 #FAA88F | BordersInactive statesPlaceholder text |
| 400 | F77A #F77A55 | Disabled statesSecondary iconsMuted text |
| 500 | F555 #F55524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D63A #D63A0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2E #AA2E08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A21 #7A2106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1504 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE4DD;
--tomato-200: #FCCEC0;
--tomato-300: #FAA88F;
--tomato-400: #F77A55;
--tomato-500: #F55524;
--tomato-600: #D63A0A;
--tomato-700: #AA2E08;
--tomato-800: #7A2106;
--tomato-900: #4E1504;
--tomato-950: #310D02;
}