Tomato
#F25226
RedColor Codes
All color formats for development
HEX
#F25226RGB
rgb(242, 82, 38)HSL
hsl(13, 89%, 55%)OKLCH
oklch(0.653 0.204 35.5)CMYK
cmyk(0%, 66%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3F0E
2#D4380C
3#BA310B
4#9F2A09
5#852308
6#6A1C06
7#501505
8#350E03
9#1B0702
Tints
Lighter variations
1#F4643C
2#F57551
3#F68667
4#F7977D
5#F9A993
6#FABAA8
7#FBCBBE
8#FCDCD4
9#FEEEE9
Tones
Muted variations
1#E85830
2#DE5E3B
3#D46445
4#CA6A4F
5#BF6F59
6#B57563
7#AB7B6E
8#A18178
9#968682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A7 #F9A790 | BordersInactive statesPlaceholder text |
| 400 | F579 #F57956 | Disabled statesSecondary iconsMuted text |
| 500 | F252 #F25226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D438 #D4380C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92C #A92C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1404 | 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: #FEF3F1;
--tomato-100: #FDE4DD;
--tomato-200: #FBCDC0;
--tomato-300: #F9A790;
--tomato-400: #F57956;
--tomato-500: #F25226;
--tomato-600: #D4380C;
--tomato-700: #A92C0A;
--tomato-800: #782007;
--tomato-900: #4D1404;
--tomato-950: #300D03;
}