Tomato
#F35865
RedColor Codes
All color formats for development
HEX
#F35865RGB
rgb(243, 88, 101)HSL
hsl(355, 87%, 65%)OKLCH
oklch(0.669 0.19 19)CMYK
cmyk(0%, 64%, 58%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F13948
2#EF1A2C
3#D90F20
4#BA0D1B
5#9B0B17
6#7C0912
7#5D060E
8#3E0409
9#1F0205
Tints
Lighter variations
1#F56974
2#F67984
3#F78A93
4#F89BA3
5#F9ACB2
6#FABCC1
7#FCCDD1
8#FDDEE0
9#FEEEF0
Tones
Muted variations
1#EC606C
2#E46872
3#DC6F78
4#D4777F
5#CD7F85
6#C5878C
7#BD8E92
8#B59699
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F7919A | BordersInactive statesPlaceholder text |
| 400 | F358 #F35865 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02839 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770812 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C050B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDEE0;
--tomato-200: #FBC1C6;
--tomato-300: #F7919A;
--tomato-400: #F35865;
--tomato-500: #F02839;
--tomato-600: #D20F1F;
--tomato-700: #A70C19;
--tomato-800: #770812;
--tomato-900: #4C050B;
--tomato-950: #300307;
}