Tomato
#F65723
OrangeColor Codes
All color formats for development
HEX
#F65723RGB
rgb(246, 87, 35)HSL
hsl(15, 92%, 55%)OKLCH
oklch(0.665 0.204 37.1)CMYK
cmyk(0%, 65%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2440A
2#D73D09
3#BC3508
4#A22D07
5#872606
6#6C1E04
7#511703
8#360F02
9#1B0801
Tints
Lighter variations
1#F76839
2#F8794F
3#F98A65
4#F99A7B
5#FAAB91
6#FBBCA7
7#FCCDBD
8#FDDDD3
9#FEEEE9
Tones
Muted variations
1#EB5D2D
2#E16238
3#D66742
4#CC6D4D
5#C17257
6#B67762
7#AC7C6D
8#A18277
9#978782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA9 #FAA98E | BordersInactive statesPlaceholder text |
| 400 | F87D #F87D54 | Disabled statesSecondary iconsMuted text |
| 500 | F657 #F65723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D73D #D73D09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB30 #AB3007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A22 #7A2205 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1603 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FEE5DD;
--tomato-200: #FCCFBF;
--tomato-300: #FAA98E;
--tomato-400: #F87D54;
--tomato-500: #F65723;
--tomato-600: #D73D09;
--tomato-700: #AB3007;
--tomato-800: #7A2205;
--tomato-900: #4E1603;
--tomato-950: #310E02;
}