Tomato
#F15B5D
RedColor Codes
All color formats for development
HEX
#F15B5DRGB
rgb(241, 91, 93)HSL
hsl(359, 84%, 65%)OKLCH
oklch(0.668 0.185 22.8)CMYK
cmyk(0%, 62%, 61%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C3F
2#EB1E21
3#D51316
4#B71013
5#980D10
6#7A0B0C
7#5B0809
8#3D0506
9#1E0303
Tints
Lighter variations
1#F26B6D
2#F47C7E
3#F58C8E
4#F69C9E
5#F8ADAE
6#F9BDBE
7#FBCECE
8#FCDEDF
9#FEEFEF
Tones
Muted variations
1#E96265
2#E26A6C
3#DA7173
4#D3797A
5#CB8082
6#C48889
7#BC8F90
8#B59797
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 #FAC2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69395 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B5D | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0708 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDF;
--tomato-200: #FAC2C3;
--tomato-300: #F69395;
--tomato-400: #F15B5D;
--tomato-500: #ED2C2F;
--tomato-600: #CE1215;
--tomato-700: #A40E11;
--tomato-800: #750A0C;
--tomato-900: #4B0708;
--tomato-950: #2F0405;
}