Tomato
#F45225
RedColor Codes
All color formats for development
HEX
#F45225RGB
rgb(244, 82, 37)HSL
hsl(13, 90%, 55%)OKLCH
oklch(0.656 0.206 35.6)CMYK
cmyk(0%, 66%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F03E0D
2#D5370B
3#BB300A
4#A02908
5#852207
6#6B1B06
7#501504
8#350E03
9#1B0701
Tints
Lighter variations
1#F5633B
2#F67451
3#F78666
4#F8977C
5#F9A892
6#FABAA8
7#FCCBBE
8#FDDCD3
9#FEEEE9
Tones
Muted variations
1#E9582F
2#DF5D3A
3#D56344
4#CA694E
5#C06F59
6#B67563
7#AB7B6D
8#A18178
9#978682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A6 #F9A690 | BordersInactive statesPlaceholder text |
| 400 | F678 #F67855 | Disabled statesSecondary iconsMuted text |
| 500 | F452 #F45225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D537 #D5370B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2C #AA2C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791F #791F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1404 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F0;
--tomato-100: #FDE4DD;
--tomato-200: #FCCDC0;
--tomato-300: #F9A690;
--tomato-400: #F67855;
--tomato-500: #F45225;
--tomato-600: #D5370B;
--tomato-700: #AA2C09;
--tomato-800: #791F06;
--tomato-900: #4E1404;
--tomato-950: #300C03;
}