Tomato
#FA6E52
RedColor Codes
All color formats for development
HEX
#FA6E52RGB
rgb(250, 110, 82)HSL
hsl(10, 94%, 65%)OKLCH
oklch(0.704 0.177 33)CMYK
cmyk(0%, 56%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F95332
2#F83812
3#E12B07
4#C12506
5#A11F05
6#811904
7#601303
8#400C02
9#200601
Tints
Lighter variations
1#FA7C63
2#FB8B74
3#FB9986
4#FCA897
5#FCB6A8
6#FDC5BA
7#FDD3CB
8#FEE2DC
9#FEF0EE
Tones
Muted variations
1#F1735A
2#E97963
3#E07F6B
4#D88473
5#D08A7C
6#C78F84
7#BF958D
8#B79B95
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE2 #FEE2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC9 #FDC9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA0 #FBA08D | BordersInactive statesPlaceholder text |
| 400 | FA6E #FA6E52 | Disabled statesSecondary iconsMuted text |
| 500 | F844 #F84420 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA2A #DA2A07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD21 #AD2105 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C18 #7C1804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0F #4F0F02 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF3F0;
--tomato-100: #FEE2DC;
--tomato-200: #FDC9BF;
--tomato-300: #FBA08D;
--tomato-400: #FA6E52;
--tomato-500: #F84420;
--tomato-600: #DA2A07;
--tomato-700: #AD2105;
--tomato-800: #7C1804;
--tomato-900: #4F0F02;
--tomato-950: #310A02;
}