Tomato
#F2675A
RedColor Codes
All color formats for development
HEX
#F2675ARGB
rgb(242, 103, 90)HSL
hsl(5, 85%, 65%)OKLCH
oklch(0.684 0.174 27.9)CMYK
cmyk(0%, 57%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF4A3B
2#ED2E1D
3#D72211
4#B81D0F
5#99180C
6#7B130A
7#5C0F07
8#3D0A05
9#1F0502
Tints
Lighter variations
1#F3766A
2#F4857B
3#F6948B
4#F7A49C
5#F8B3AC
6#FAC2BD
7#FBD1CD
8#FCE1DE
9#FEF0EE
Tones
Muted variations
1#EA6D61
2#E27369
3#DB7971
4#D38078
5#CC8680
6#C48C87
7#BD938F
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 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC6 #FAC6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69B #F69B92 | BordersInactive statesPlaceholder text |
| 400 | F267 #F2675A | Disabled statesSecondary iconsMuted text |
| 500 | EE3B #EE3B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D021 #D02111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A51A #A51A0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7613 #76130A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0C #4B0C06 | 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: #FCE1DE;
--tomato-200: #FAC6C2;
--tomato-300: #F69B92;
--tomato-400: #F2675A;
--tomato-500: #EE3B2B;
--tomato-600: #D02111;
--tomato-700: #A51A0D;
--tomato-800: #76130A;
--tomato-900: #4B0C06;
--tomato-950: #2F0704;
}