Tomato
#FA6352
RedColor Codes
All color formats for development
HEX
#FA6352RGB
rgb(250, 99, 82)HSL
hsl(6, 94%, 65%)OKLCH
oklch(0.69 0.188 29.2)CMYK
cmyk(0%, 60%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F94632
2#F82912
3#E11D07
4#C11906
5#A11505
6#811004
7#600C03
8#400802
9#200401
Tints
Lighter variations
1#FA7263
2#FB8274
3#FB9286
4#FCA197
5#FCB1A8
6#FDC0BA
7#FDD0CB
8#FEE0DC
9#FEEFEE
Tones
Muted variations
1#F1695A
2#E97063
3#E0776B
4#D87D73
5#D0847C
6#C78B84
7#BF928D
8#B79895
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC5 #FDC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB98 #FB988D | BordersInactive statesPlaceholder text |
| 400 | FA63 #FA6352 | Disabled statesSecondary iconsMuted text |
| 500 | F836 #F83620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA1C #DA1C07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD16 #AD1605 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C10 #7C1004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0A #4F0A02 | 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: #FFF2F0;
--tomato-100: #FEE0DC;
--tomato-200: #FDC5BF;
--tomato-300: #FB988D;
--tomato-400: #FA6352;
--tomato-500: #F83620;
--tomato-600: #DA1C07;
--tomato-700: #AD1605;
--tomato-800: #7C1004;
--tomato-900: #4F0A02;
--tomato-950: #310602;
}