Tomato
#F1655B
RedColor Codes
All color formats for development
HEX
#F1655BRGB
rgb(241, 101, 91)HSL
hsl(4, 84%, 65%)OKLCH
oklch(0.681 0.175 26.8)CMYK
cmyk(0%, 58%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE483C
2#EB2B1E
3#D52013
4#B71B10
5#98170D
6#7A120B
7#5B0E08
8#3D0905
9#1E0503
Tints
Lighter variations
1#F2746B
2#F4847C
3#F5938C
4#F6A29C
5#F8B2AD
6#F9C1BD
7#FBD1CE
8#FCE0DE
9#FEF0EF
Tones
Muted variations
1#E96B62
2#E2726A
3#DA7871
4#D37F79
5#CB8580
6#C48C88
7#BC928F
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 | FAC6 #FAC6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69A #F69A93 | BordersInactive statesPlaceholder text |
| 400 | F165 #F1655B | Disabled statesSecondary iconsMuted text |
| 500 | ED39 #ED392C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE1F #CE1F12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A418 #A4180E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7511 #75110A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B07 | 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: #FAC6C2;
--tomato-300: #F69A93;
--tomato-400: #F1655B;
--tomato-500: #ED392C;
--tomato-600: #CE1F12;
--tomato-700: #A4180E;
--tomato-800: #75110A;
--tomato-900: #4B0B07;
--tomato-950: #2F0704;
}