Tomato
#F75F55
RedColor Codes
All color formats for development
HEX
#F75F55RGB
rgb(247, 95, 85)HSL
hsl(4, 91%, 65%)OKLCH
oklch(0.681 0.188 27)CMYK
cmyk(0%, 62%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F54235
2#F42415
3#DE190A
4#BE1509
5#9E1207
6#7F0E06
7#5F0B04
8#3F0703
9#200401
Tints
Lighter variations
1#F86F66
2#F97F77
3#F98F88
4#FA9F99
5#FBAFAA
6#FCBFBB
7#FDCFCC
8#FDDFDD
9#FEEFEE
Tones
Muted variations
1#EF665D
2#E76D65
3#DF746D
4#D67C75
5#CE837D
6#C68A85
7#BE918D
8#B69896
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDF #FDDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA96 #FA968F | BordersInactive statesPlaceholder text |
| 400 | F75F #F75F55 | Disabled statesSecondary iconsMuted text |
| 500 | F532 #F53224 | Primary brand colorCTAsActive elementsLinks |
| 600 | D618 #D6180A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA13 #AA1308 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0D #7A0D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E09 #4E0904 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F0;
--tomato-100: #FDDFDD;
--tomato-200: #FCC4C0;
--tomato-300: #FA968F;
--tomato-400: #F75F55;
--tomato-500: #F53224;
--tomato-600: #D6180A;
--tomato-700: #AA1308;
--tomato-800: #7A0D06;
--tomato-900: #4E0904;
--tomato-950: #310502;
}