Tomato
#F76755
RedColor Codes
All color formats for development
HEX
#F76755RGB
rgb(247, 103, 85)HSL
hsl(7, 91%, 65%)OKLCH
oklch(0.691 0.18 29.6)CMYK
cmyk(0%, 58%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F54B35
2#F42F15
3#DE230A
4#BE1E09
5#9E1907
6#7F1406
7#5F0F04
8#3F0A03
9#200501
Tints
Lighter variations
1#F87766
2#F98677
3#F99588
4#FAA499
5#FBB3AA
6#FCC2BB
7#FDD2CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EF6E5D
2#E77465
3#DF7A6D
4#D68075
5#CE877D
6#C68D85
7#BE938D
8#B69996
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC7 #FCC7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9B #FA9B8F | BordersInactive statesPlaceholder text |
| 400 | F767 #F76755 | Disabled statesSecondary iconsMuted text |
| 500 | F53C #F53C24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D622 #D6220A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1B #AA1B08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A13 #7A1306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0C #4E0C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3108 #310802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE1DD;
--tomato-200: #FCC7C0;
--tomato-300: #FA9B8F;
--tomato-400: #F76755;
--tomato-500: #F53C24;
--tomato-600: #D6220A;
--tomato-700: #AA1B08;
--tomato-800: #7A1306;
--tomato-900: #4E0C04;
--tomato-950: #310802;
}