Tomato
#FA6052
RedColor Codes
All color formats for development
HEX
#FA6052RGB
rgb(250, 96, 82)HSL
hsl(5, 94%, 65%)OKLCH
oklch(0.686 0.191 28.3)CMYK
cmyk(0%, 62%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F94232
2#F82512
3#E11907
4#C11606
5#A11205
6#810E04
7#600B03
8#400702
9#200401
Tints
Lighter variations
1#FA7063
2#FB8074
3#FB9086
4#FCA097
5#FCAFA8
6#FDBFBA
7#FDCFCB
8#FEDFDC
9#FEEFEE
Tones
Muted variations
1#F1675A
2#E96E63
3#E0756B
4#D87C73
5#D0837C
6#C78A84
7#BF918D
8#B79895
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC4 #FDC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB96 #FB968D | BordersInactive statesPlaceholder text |
| 400 | FA60 #FA6052 | Disabled statesSecondary iconsMuted text |
| 500 | F832 #F83220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA18 #DA1807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD13 #AD1305 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C0E #7C0E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F09 #4F0902 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FEDFDC;
--tomato-200: #FDC4BF;
--tomato-300: #FB968D;
--tomato-400: #FA6052;
--tomato-500: #F83220;
--tomato-600: #DA1807;
--tomato-700: #AD1305;
--tomato-800: #7C0E04;
--tomato-900: #4F0902;
--tomato-950: #310602;
}