Tomato
#F25626
RedColor Codes
All color formats for development
HEX
#F25626RGB
rgb(242, 86, 38)HSL
hsl(14, 89%, 55%)OKLCH
oklch(0.658 0.2 36.6)CMYK
cmyk(0%, 64%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF420E
2#D43B0C
3#BA340B
4#9F2C09
5#852508
6#6A1D06
7#501605
8#350F03
9#1B0702
Tints
Lighter variations
1#F4673C
2#F57851
3#F68967
4#F7997D
5#F9AA93
6#FABBA8
7#FBCCBE
8#FCDDD4
9#FEEEE9
Tones
Muted variations
1#E85B30
2#DE613B
3#D46645
4#CA6C4F
5#BF7159
6#B57663
7#AB7C6E
8#A18178
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCE #FBCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A9 #F9A990 | BordersInactive statesPlaceholder text |
| 400 | F57B #F57B56 | Disabled statesSecondary iconsMuted text |
| 500 | F256 #F25626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D43B #D43B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92F #A92F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7821 #782107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D15 #4D1504 | 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: #FEF4F1;
--tomato-100: #FDE5DD;
--tomato-200: #FBCEC0;
--tomato-300: #F9A990;
--tomato-400: #F57B56;
--tomato-500: #F25626;
--tomato-600: #D43B0C;
--tomato-700: #A92F0A;
--tomato-800: #782107;
--tomato-900: #4D1504;
--tomato-950: #300D03;
}