Tomato
#F45525
RedColor Codes
All color formats for development
HEX
#F45525RGB
rgb(244, 85, 37)HSL
hsl(14, 90%, 55%)OKLCH
oklch(0.66 0.203 36.4)CMYK
cmyk(0%, 65%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0420D
2#D53A0B
3#BB330A
4#A02C08
5#852407
6#6B1D06
7#501604
8#350F03
9#1B0701
Tints
Lighter variations
1#F5663B
2#F67751
3#F78866
4#F8997C
5#F9AA92
6#FABBA8
7#FCCCBE
8#FDDDD3
9#FEEEE9
Tones
Muted variations
1#E95B2F
2#DF603A
3#D56644
4#CA6B4E
5#C07159
6#B67663
7#AB7C6D
8#A18178
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 | FCCE #FCCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A8 #F9A890 | BordersInactive statesPlaceholder text |
| 400 | F67B #F67B55 | Disabled statesSecondary iconsMuted text |
| 500 | F455 #F45525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D53A #D53A0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2E #AA2E09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7921 #792106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1504 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FDE5DD;
--tomato-200: #FCCEC0;
--tomato-300: #F9A890;
--tomato-400: #F67B55;
--tomato-500: #F45525;
--tomato-600: #D53A0B;
--tomato-700: #AA2E09;
--tomato-800: #792106;
--tomato-900: #4E1504;
--tomato-950: #300D03;
}