Tomato
#F1675B
RedColor Codes
All color formats for development
HEX
#F1675BRGB
rgb(241, 103, 91)HSL
hsl(5, 84%, 65%)OKLCH
oklch(0.683 0.173 27.5)CMYK
cmyk(0%, 57%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE4B3C
2#EB2F1E
3#D52313
4#B71E10
5#98190D
6#7A140B
7#5B0F08
8#3D0A05
9#1E0503
Tints
Lighter variations
1#F2766B
2#F4867C
3#F5958C
4#F6A49C
5#F8B3AD
6#F9C2BD
7#FBD1CE
8#FCE1DE
9#FEF0EF
Tones
Muted variations
1#E96E62
2#E2746A
3#DA7A71
4#D38079
5#CB8780
6#C48D88
7#BC938F
8#B59997
9#ADA09E
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 | FAC7 #FAC7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69B #F69B93 | BordersInactive statesPlaceholder text |
| 400 | F167 #F1675B | Disabled statesSecondary iconsMuted text |
| 500 | ED3C #ED3C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE22 #CE2212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A41B #A41B0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7513 #75130A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0C #4B0C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DE;
--tomato-200: #FAC7C2;
--tomato-300: #F69B93;
--tomato-400: #F1675B;
--tomato-500: #ED3C2C;
--tomato-600: #CE2212;
--tomato-700: #A41B0E;
--tomato-800: #75130A;
--tomato-900: #4B0C07;
--tomato-950: #2F0804;
}