Tomato
#FA5263
RedColor Codes
All color formats for development
HEX
#FA5263RGB
rgb(250, 82, 99)HSL
hsl(354, 94%, 65%)OKLCH
oklch(0.674 0.203 18.8)CMYK
cmyk(0%, 67%, 60%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93246
2#F81229
3#E1071D
4#C10619
5#A10515
6#810410
7#60030C
8#400208
9#200104
Tints
Lighter variations
1#FA6372
2#FB7482
3#FB8692
4#FC97A1
5#FCA8B1
6#FDBAC0
7#FDCBD0
8#FEDCE0
9#FEEEEF
Tones
Muted variations
1#F15A69
2#E96370
3#E06B77
4#D8737D
5#D07C84
6#C7848B
7#BF8D92
8#B79598
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D98 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5263 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82036 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA071C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0516 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0410 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F020A | 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: #FFF0F2;
--tomato-100: #FEDCE0;
--tomato-200: #FDBFC5;
--tomato-300: #FB8D98;
--tomato-400: #FA5263;
--tomato-500: #F82036;
--tomato-600: #DA071C;
--tomato-700: #AD0516;
--tomato-800: #7C0410;
--tomato-900: #4F020A;
--tomato-950: #310206;
}