Tomato
#F65F23
OrangeColor Codes
All color formats for development
HEX
#F65F23RGB
rgb(246, 95, 35)HSL
hsl(17, 92%, 55%)OKLCH
oklch(0.674 0.197 39.4)CMYK
cmyk(0%, 61%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F24C0A
2#D74309
3#BC3B08
4#A23307
5#872A06
6#6C2204
7#511903
8#361102
9#1B0801
Tints
Lighter variations
1#F76F39
2#F87F4F
3#F98F65
4#F99F7B
5#FAAF91
6#FBBFA7
7#FCCFBD
8#FDDFD3
9#FEEFE9
Tones
Muted variations
1#EB632D
2#E16838
3#D66C42
4#CC714D
5#C17557
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 | FEE6 #FEE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD1 #FCD1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAD #FAAD8E | BordersInactive statesPlaceholder text |
| 400 | F882 #F88254 | Disabled statesSecondary iconsMuted text |
| 500 | F65F #F65F23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D743 #D74309 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB36 #AB3607 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A26 #7A2605 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E19 #4E1903 | 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: #FEE6DD;
--tomato-200: #FCD1BF;
--tomato-300: #FAAD8E;
--tomato-400: #F88254;
--tomato-500: #F65F23;
--tomato-600: #D74309;
--tomato-700: #AB3607;
--tomato-800: #7A2605;
--tomato-900: #4E1903;
--tomato-950: #310F02;
}