Tomato
#F45C25
OrangeColor Codes
All color formats for development
HEX
#F45C25RGB
rgb(244, 92, 37)HSL
hsl(16, 90%, 55%)OKLCH
oklch(0.668 0.197 38.4)CMYK
cmyk(0%, 62%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0490D
2#D5410B
3#BB390A
4#A03108
5#852907
6#6B2106
7#501804
8#351003
9#1B0801
Tints
Lighter variations
1#F56C3B
2#F67D51
3#F78D66
4#F89D7C
5#F9AE92
6#FABEA8
7#FCCEBE
8#FDDED3
9#FEEFE9
Tones
Muted variations
1#E9612F
2#DF663A
3#D56B44
4#CA6F4E
5#C07459
6#B67963
7#AB7E6D
8#A18378
9#978782
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 | FCD0 #FCD0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AC #F9AC90 | BordersInactive statesPlaceholder text |
| 400 | F680 #F68055 | Disabled statesSecondary iconsMuted text |
| 500 | F45C #F45C25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D541 #D5410B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA34 #AA3409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7925 #792506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E18 #4E1804 | Primary textHigh emphasis contentDark headings |
| 950 | 300F #300F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE6DD;
--tomato-200: #FCD0C0;
--tomato-300: #F9AC90;
--tomato-400: #F68055;
--tomato-500: #F45C25;
--tomato-600: #D5410B;
--tomato-700: #AA3409;
--tomato-800: #792506;
--tomato-900: #4E1804;
--tomato-950: #300F03;
}