Tomato
#F45925
OrangeColor Codes
All color formats for development
HEX
#F45925RGB
rgb(244, 89, 37)HSL
hsl(15, 90%, 55%)OKLCH
oklch(0.664 0.2 37.5)CMYK
cmyk(0%, 64%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0450D
2#D53E0B
3#BB360A
4#A02E08
5#852707
6#6B1F06
7#501704
8#350F03
9#1B0801
Tints
Lighter variations
1#F5693B
2#F67A51
3#F78B66
4#F89B7C
5#F9AC92
6#FABCA8
7#FCCDBE
8#FDDED3
9#FEEEE9
Tones
Muted variations
1#E95E2F
2#DF633A
3#D56844
4#CA6D4E
5#C07259
6#B67863
7#AB7D6D
8#A18278
9#978782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AA #F9AA90 | BordersInactive statesPlaceholder text |
| 400 | F67E #F67E55 | Disabled statesSecondary iconsMuted text |
| 500 | F459 #F45925 | Primary brand colorCTAsActive elementsLinks |
| 600 | D53E #D53E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA31 #AA3109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7923 #792306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1604 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE5DD;
--tomato-200: #FCCFC0;
--tomato-300: #F9AA90;
--tomato-400: #F67E55;
--tomato-500: #F45925;
--tomato-600: #D53E0B;
--tomato-700: #AA3109;
--tomato-800: #792306;
--tomato-900: #4E1604;
--tomato-950: #300E03;
}