Tomato
#F75E22
OrangeColor Codes
All color formats for development
HEX
#F75E22RGB
rgb(247, 94, 34)HSL
hsl(17, 93%, 55%)OKLCH
oklch(0.675 0.199 39.2)CMYK
cmyk(0%, 62%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44B09
2#D94308
3#BD3B07
4#A23206
5#872A05
6#6C2104
7#511903
8#361102
9#1B0801
Tints
Lighter variations
1#F86E38
2#F97E4E
3#F98E64
4#FA9E7A
5#FBAF90
6#FCBFA6
7#FDCFBD
8#FDDFD3
9#FEEFE9
Tones
Muted variations
1#EC632C
2#E26737
3#D76C42
4#CC714C
5#C27557
6#B77A62
7#AC7E6C
8#A28377
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 | FDD0 #FDD0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAD #FBAD8E | BordersInactive statesPlaceholder text |
| 400 | F982 #F98253 | Disabled statesSecondary iconsMuted text |
| 500 | F75E #F75E22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D943 #D94308 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC35 #AC3506 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B26 #7B2604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F18 #4F1803 | 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: #FDD0BF;
--tomato-300: #FBAD8E;
--tomato-400: #F98253;
--tomato-500: #F75E22;
--tomato-600: #D94308;
--tomato-700: #AC3506;
--tomato-800: #7B2604;
--tomato-900: #4F1803;
--tomato-950: #310F02;
}