Tomato
#FA6852
RedColor Codes
All color formats for development
HEX
#FA6852RGB
rgb(250, 104, 82)HSL
hsl(8, 94%, 65%)OKLCH
oklch(0.696 0.183 30.8)CMYK
cmyk(0%, 58%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F94C32
2#F83012
3#E12407
4#C11F06
5#A11A05
6#811504
7#600F03
8#400A02
9#200501
Tints
Lighter variations
1#FA7763
2#FB8674
3#FB9586
4#FCA597
5#FCB4A8
6#FDC3BA
7#FDD2CB
8#FEE1DC
9#FEF0EE
Tones
Muted variations
1#F16E5A
2#E97563
3#E07B6B
4#D88173
5#D0877C
6#C78D84
7#BF938D
8#B79995
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 | FDC7 #FDC7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9C #FB9C8D | BordersInactive statesPlaceholder text |
| 400 | FA68 #FA6852 | Disabled statesSecondary iconsMuted text |
| 500 | F83D #F83D20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA23 #DA2307 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD1C #AD1C05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C14 #7C1404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0D #4F0D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3108 #310802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE1DC;
--tomato-200: #FDC7BF;
--tomato-300: #FB9C8D;
--tomato-400: #FA6852;
--tomato-500: #F83D20;
--tomato-600: #DA2307;
--tomato-700: #AD1C05;
--tomato-800: #7C1404;
--tomato-900: #4F0D02;
--tomato-950: #310802;
}