Tomato
#F55824
OrangeColor Codes
All color formats for development
HEX
#F55824RGB
rgb(245, 88, 36)HSL
hsl(15, 91%, 55%)OKLCH
oklch(0.665 0.202 37.3)CMYK
cmyk(0%, 64%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1450B
2#D63D0A
3#BC3609
4#A12E08
5#862606
6#6B1F05
7#501704
8#360F03
9#1B0801
Tints
Lighter variations
1#F6693A
2#F77950
3#F88A66
4#F99B7B
5#FAAC91
6#FBBCA7
7#FCCDBD
8#FDDED3
9#FEEEE9
Tones
Muted variations
1#EA5D2E
2#E06239
3#D56843
4#CB6D4E
5#C07258
6#B67762
7#AC7D6D
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 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAA #FAAA8F | BordersInactive statesPlaceholder text |
| 400 | F77D #F77D55 | Disabled statesSecondary iconsMuted text |
| 500 | F558 #F55824 | Primary brand colorCTAsActive elementsLinks |
| 600 | D63D #D63D0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA31 #AA3108 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A23 #7A2306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1604 | 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: #FDE5DD;
--tomato-200: #FCCFC0;
--tomato-300: #FAAA8F;
--tomato-400: #F77D55;
--tomato-500: #F55824;
--tomato-600: #D63D0A;
--tomato-700: #AA3108;
--tomato-800: #7A2306;
--tomato-900: #4E1604;
--tomato-950: #310E02;
}