Tomato
#F1605B
RedColor Codes
All color formats for development
HEX
#F1605BRGB
rgb(241, 96, 91)HSL
hsl(2, 84%, 65%)OKLCH
oklch(0.674 0.18 25.1)CMYK
cmyk(0%, 60%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE423C
2#EB251E
3#D51913
4#B71510
5#98120D
6#7A0E0B
7#5B0B08
8#3D0705
9#1E0403
Tints
Lighter variations
1#F2706B
2#F4807C
3#F5908C
4#F69F9C
5#F8AFAD
6#F9BFBD
7#FBCFCE
8#FCDFDE
9#FEEFEF
Tones
Muted variations
1#E96762
2#E26E6A
3#DA7571
4#D37C79
5#CB8380
6#C48A88
7#BC918F
8#B59897
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC4 #FAC4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F696 #F69693 | BordersInactive statesPlaceholder text |
| 400 | F160 #F1605B | Disabled statesSecondary iconsMuted text |
| 500 | ED32 #ED322C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE18 #CE1812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A413 #A4130E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750E #750E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B09 #4B0907 | 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: #FEF1F1;
--tomato-100: #FCDFDE;
--tomato-200: #FAC4C2;
--tomato-300: #F69693;
--tomato-400: #F1605B;
--tomato-500: #ED322C;
--tomato-600: #CE1812;
--tomato-700: #A4130E;
--tomato-800: #750E0A;
--tomato-900: #4B0907;
--tomato-950: #2F0604;
}