Tomato
#FA6552
RedColor Codes
All color formats for development
HEX
#FA6552RGB
rgb(250, 101, 82)HSL
hsl(7, 94%, 65%)OKLCH
oklch(0.693 0.186 29.8)CMYK
cmyk(0%, 60%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F94932
2#F82C12
3#E12007
4#C11C06
5#A11705
6#811304
7#600E03
8#400902
9#200501
Tints
Lighter variations
1#FA7563
2#FB8474
3#FB9486
4#FCA397
5#FCB2A8
6#FDC2BA
7#FDD1CB
8#FEE0DC
9#FEF0EE
Tones
Muted variations
1#F16C5A
2#E97263
3#E0796B
4#D87F73
5#D0867C
6#C78C84
7#BF928D
8#B79995
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 | FDC6 #FDC6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9A #FB9A8D | BordersInactive statesPlaceholder text |
| 400 | FA65 #FA6552 | Disabled statesSecondary iconsMuted text |
| 500 | F83A #F83A20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA1F #DA1F07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD19 #AD1905 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C12 #7C1204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0B #4F0B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE0DC;
--tomato-200: #FDC6BF;
--tomato-300: #FB9A8D;
--tomato-400: #FA6552;
--tomato-500: #F83A20;
--tomato-600: #DA1F07;
--tomato-700: #AD1905;
--tomato-800: #7C1204;
--tomato-900: #4F0B02;
--tomato-950: #310702;
}