Tomato
#F0615C
RedColor Codes
All color formats for development
HEX
#F0615CRGB
rgb(240, 97, 92)HSL
hsl(2, 83%, 65%)OKLCH
oklch(0.674 0.178 25)CMYK
cmyk(0%, 60%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED433D
2#EA261F
3#D41A14
4#B61611
5#98130E
6#790F0B
7#5B0B08
8#3D0706
9#1E0403
Tints
Lighter variations
1#F1706C
2#F3807C
3#F4908D
4#F6A09D
5#F7B0AD
6#F9C0BE
7#FACFCE
8#FCDFDE
9#FDEFEF
Tones
Muted variations
1#E86863
2#E16E6A
3#DA7572
4#D27C79
5#CB8381
6#C38A88
7#BC9190
8#B59897
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C4 #F9C4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F597 #F59794 | BordersInactive statesPlaceholder text |
| 400 | F061 #F0615C | Disabled statesSecondary iconsMuted text |
| 500 | EB33 #EB332D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD19 #CD1913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A314 #A3140F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750E #750E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B09 #4B0907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDE;
--tomato-200: #F9C4C2;
--tomato-300: #F59794;
--tomato-400: #F0615C;
--tomato-500: #EB332D;
--tomato-600: #CD1913;
--tomato-700: #A3140F;
--tomato-800: #750E0B;
--tomato-900: #4B0907;
--tomato-950: #2F0604;
}