Tomato
#F55F24
OrangeColor Codes
All color formats for development
HEX
#F55F24RGB
rgb(245, 95, 36)HSL
hsl(17, 91%, 55%)OKLCH
oklch(0.673 0.196 39.4)CMYK
cmyk(0%, 61%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F14C0B
2#D6440A
3#BC3B09
4#A13308
5#862A06
6#6B2205
7#501904
8#361103
9#1B0801
Tints
Lighter variations
1#F66F3A
2#F77F50
3#F88F66
4#F99F7B
5#FAAF91
6#FBBFA7
7#FCCFBD
8#FDDFD3
9#FEEFE9
Tones
Muted variations
1#EA642E
2#E06839
3#D56D43
4#CB714E
5#C07658
6#B67A62
7#AC7F6D
8#A18377
9#978882
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD1 #FCD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAD #FAAD8F | BordersInactive statesPlaceholder text |
| 400 | F783 #F78355 | Disabled statesSecondary iconsMuted text |
| 500 | F55F #F55F24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D644 #D6440A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA36 #AA3608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A27 #7A2706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E19 #4E1904 | Primary textHigh emphasis contentDark headings |
| 950 | 310F #310F02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE6DD;
--tomato-200: #FCD1C0;
--tomato-300: #FAAD8F;
--tomato-400: #F78355;
--tomato-500: #F55F24;
--tomato-600: #D6440A;
--tomato-700: #AA3608;
--tomato-800: #7A2706;
--tomato-900: #4E1904;
--tomato-950: #310F02;
}