Tomato
#FA5265
RedColor Codes
All color formats for development
HEX
#FA5265RGB
rgb(250, 82, 101)HSL
hsl(353, 94%, 65%)OKLCH
oklch(0.674 0.203 18.1)CMYK
cmyk(0%, 67%, 60%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93249
2#F8122C
3#E10720
4#C1061C
5#A10517
6#810413
7#60030E
8#400209
9#200105
Tints
Lighter variations
1#FA6375
2#FB7484
3#FB8694
4#FC97A3
5#FCA8B2
6#FDBAC2
7#FDCBD1
8#FEDCE0
9#FEEEF0
Tones
Muted variations
1#F15A6C
2#E96372
3#E06B79
4#D8737F
5#D07C86
6#C7848C
7#BF8D92
8#B79599
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 #FDBFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D9A | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5265 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8203A | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA071F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0519 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0412 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F020B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE0;
--tomato-200: #FDBFC6;
--tomato-300: #FB8D9A;
--tomato-400: #FA5265;
--tomato-500: #F8203A;
--tomato-600: #DA071F;
--tomato-700: #AD0519;
--tomato-800: #7C0412;
--tomato-900: #4F020B;
--tomato-950: #310207;
}