Tomato
#F15B60
RedColor Codes
All color formats for development
HEX
#F15B60RGB
rgb(241, 91, 96)HSL
hsl(358, 84%, 65%)OKLCH
oklch(0.669 0.185 21.7)CMYK
cmyk(0%, 62%, 60%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C42
2#EB1E25
3#D51319
4#B71015
5#980D12
6#7A0B0E
7#5B080B
8#3D0507
9#1E0304
Tints
Lighter variations
1#F26B70
2#F47C80
3#F58C90
4#F69C9F
5#F8ADAF
6#F9BDBF
7#FBCECF
8#FCDEDF
9#FEEFEF
Tones
Muted variations
1#E96267
2#E26A6E
3#DA7175
4#D3797C
5#CB8083
6#C4888A
7#BC8F91
8#B59798
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69396 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B60 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C32 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0709 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDF;
--tomato-200: #FAC2C4;
--tomato-300: #F69396;
--tomato-400: #F15B60;
--tomato-500: #ED2C32;
--tomato-600: #CE1218;
--tomato-700: #A40E13;
--tomato-800: #750A0E;
--tomato-900: #4B0709;
--tomato-950: #2F0406;
}