Tomato
#F36558
RedColor Codes
All color formats for development
HEX
#F36558RGB
rgb(243, 101, 88)HSL
hsl(5, 87%, 65%)OKLCH
oklch(0.683 0.177 27.9)CMYK
cmyk(0%, 58%, 64%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F14839
2#EF2C1A
3#D9200F
4#BA1B0D
5#9B170B
6#7C1209
7#5D0E06
8#3E0904
9#1F0502
Tints
Lighter variations
1#F57469
2#F68479
3#F7938A
4#F8A39B
5#F9B2AC
6#FAC1BC
7#FCD1CD
8#FDE0DE
9#FEF0EE
Tones
Muted variations
1#EC6C60
2#E47268
3#DC786F
4#D47F77
5#CD857F
6#C58C87
7#BD928E
8#B59996
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC6 #FBC6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F79A #F79A91 | BordersInactive statesPlaceholder text |
| 400 | F365 #F36558 | Disabled statesSecondary iconsMuted text |
| 500 | F039 #F03928 | Primary brand colorCTAsActive elementsLinks |
| 600 | D21F #D21F0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A719 #A7190C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7712 #771208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C0B #4C0B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE0DE;
--tomato-200: #FBC6C1;
--tomato-300: #F79A91;
--tomato-400: #F36558;
--tomato-500: #F03928;
--tomato-600: #D21F0F;
--tomato-700: #A7190C;
--tomato-800: #771208;
--tomato-900: #4C0B05;
--tomato-950: #300703;
}