Tomato
#F1625B
RedColor Codes
All color formats for development
HEX
#F1625BRGB
rgb(241, 98, 91)HSL
hsl(3, 84%, 65%)OKLCH
oklch(0.677 0.178 25.8)CMYK
cmyk(0%, 59%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE453C
2#EB281E
3#D51C13
4#B71810
5#98140D
6#7A100B
7#5B0C08
8#3D0805
9#1E0403
Tints
Lighter variations
1#F2726B
2#F4827C
3#F5918C
4#F6A19C
5#F8B1AD
6#F9C0BD
7#FBD0CE
8#FCE0DE
9#FEEFEF
Tones
Muted variations
1#E96962
2#E2706A
3#DA7771
4#D37D79
5#CB8480
6#C48B88
7#BC928F
8#B59897
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 | F698 #F69893 | BordersInactive statesPlaceholder text |
| 400 | F162 #F1625B | Disabled statesSecondary iconsMuted text |
| 500 | ED35 #ED352C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE1B #CE1B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A416 #A4160E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | 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: #F69893;
--tomato-400: #F1625B;
--tomato-500: #ED352C;
--tomato-600: #CE1B12;
--tomato-700: #A4160E;
--tomato-800: #75100A;
--tomato-900: #4B0A07;
--tomato-950: #2F0604;
}