Tomato
#F35959
RedColor Codes
All color formats for development
HEX
#F35959RGB
rgb(243, 89, 89)HSL
hsl(0, 87%, 65%)OKLCH
oklch(0.668 0.19 23.8)CMYK
cmyk(0%, 63%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F13939
2#EF1A1A
3#D90F0F
4#BA0D0D
5#9B0B0B
6#7C0909
7#5D0606
8#3E0404
9#1F0202
Tints
Lighter variations
1#F56969
2#F67979
3#F78A8A
4#F89B9B
5#F9ACAC
6#FABCBC
7#FCCDCD
8#FDDEDE
9#FEEEEE
Tones
Muted variations
1#EC6060
2#E46868
3#DC6F6F
4#D47777
5#CD7F7F
6#C58787
7#BD8E8E
8#B59696
9#AE9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F79191 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35858 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02828 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FDDEDE;
--tomato-200: #FBC1C1;
--tomato-300: #F79191;
--tomato-400: #F35858;
--tomato-500: #F02828;
--tomato-600: #D20F0F;
--tomato-700: #A70C0C;
--tomato-800: #770808;
--tomato-900: #4C0505;
--tomato-950: #300303;
}