Tomato
#FA5260
RedColor Codes
All color formats for development
HEX
#FA5260RGB
rgb(250, 82, 96)HSL
hsl(355, 94%, 65%)OKLCH
oklch(0.673 0.203 19.9)CMYK
cmyk(0%, 67%, 62%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93242
2#F81225
3#E10719
4#C10616
5#A10512
6#81040E
7#60030B
8#400207
9#200104
Tints
Lighter variations
1#FA6370
2#FB7480
3#FB8690
4#FC97A0
5#FCA8AF
6#FDBABF
7#FDCBCF
8#FEDCDF
9#FEEEEF
Tones
Muted variations
1#F15A67
2#E9636E
3#E06B75
4#D8737C
5#D07C83
6#C7848A
7#BF8D91
8#B79598
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D96 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5260 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82032 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C040E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0209 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDF;
--tomato-200: #FDBFC4;
--tomato-300: #FB8D96;
--tomato-400: #FA5260;
--tomato-500: #F82032;
--tomato-600: #DA0718;
--tomato-700: #AD0513;
--tomato-800: #7C040E;
--tomato-900: #4F0209;
--tomato-950: #310206;
}