Tomato
#FA6B52
RedColor Codes
All color formats for development
HEX
#FA6B52RGB
rgb(250, 107, 82)HSL
hsl(9, 94%, 65%)OKLCH
oklch(0.7 0.18 31.9)CMYK
cmyk(0%, 57%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F95032
2#F83412
3#E12807
4#C12206
5#A11C05
6#811704
7#601103
8#400B02
9#200601
Tints
Lighter variations
1#FA7A63
2#FB8974
3#FB9786
4#FCA697
5#FCB5A8
6#FDC4BA
7#FDD3CB
8#FEE1DC
9#FEF0EE
Tones
Muted variations
1#F1715A
2#E97763
3#E07D6B
4#D88373
5#D0887C
6#C78E84
7#BF948D
8#B79A95
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE1 #FEE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC8 #FDC8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9E #FB9E8D | BordersInactive statesPlaceholder text |
| 400 | FA6B #FA6B52 | Disabled statesSecondary iconsMuted text |
| 500 | F841 #F84120 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA26 #DA2607 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD1F #AD1F05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C16 #7C1604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0E #4F0E02 | Primary textHigh emphasis contentDark headings |
| 950 | 3109 #310902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE1DC;
--tomato-200: #FDC8BF;
--tomato-300: #FB9E8D;
--tomato-400: #FA6B52;
--tomato-500: #F84120;
--tomato-600: #DA2607;
--tomato-700: #AD1F05;
--tomato-800: #7C1604;
--tomato-900: #4F0E02;
--tomato-950: #310902;
}