Tomato
#F2645A
RedColor Codes
All color formats for development
HEX
#F2645ARGB
rgb(242, 100, 90)HSL
hsl(4, 85%, 65%)OKLCH
oklch(0.681 0.177 26.8)CMYK
cmyk(0%, 59%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF473B
2#ED2A1D
3#D71F11
4#B81A0F
5#99160C
6#7B110A
7#5C0D07
8#3D0905
9#1F0402
Tints
Lighter variations
1#F3746A
2#F4837B
3#F6938B
4#F7A29C
5#F8B2AC
6#FAC1BD
7#FBD1CD
8#FCE0DE
9#FEF0EE
Tones
Muted variations
1#EA6B61
2#E27169
3#DB7871
4#D37E78
5#CC8580
6#C48B87
7#BD928F
8#B59997
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC5 #FAC5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F699 #F69992 | BordersInactive statesPlaceholder text |
| 400 | F264 #F2645A | Disabled statesSecondary iconsMuted text |
| 500 | EE38 #EE382B | Primary brand colorCTAsActive elementsLinks |
| 600 | D01E #D01E11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A518 #A5180D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7611 #76110A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE0DE;
--tomato-200: #FAC5C2;
--tomato-300: #F69992;
--tomato-400: #F2645A;
--tomato-500: #EE382B;
--tomato-600: #D01E11;
--tomato-700: #A5180D;
--tomato-800: #76110A;
--tomato-900: #4B0B06;
--tomato-950: #2F0704;
}