Tomato
#F15B67
RedColor Codes
All color formats for development
HEX
#F15B67RGB
rgb(241, 91, 103)HSL
hsl(355, 84%, 65%)OKLCH
oklch(0.67 0.184 18.9)CMYK
cmyk(0%, 62%, 57%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C4B
2#EB1E2F
3#D51323
4#B7101E
5#980D19
6#7A0B14
7#5B080F
8#3D050A
9#1E0305
Tints
Lighter variations
1#F26B76
2#F47C86
3#F58C95
4#F69CA4
5#F8ADB3
6#F9BDC2
7#FBCED1
8#FCDEE1
9#FEEFF0
Tones
Muted variations
1#E9626E
2#E26A74
3#DA717A
4#D37980
5#CB8087
6#C4888D
7#BC8F93
8#B59799
9#AD9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F6939B | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B67 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C3C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1222 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0408 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE1;
--tomato-200: #FAC2C7;
--tomato-300: #F6939B;
--tomato-400: #F15B67;
--tomato-500: #ED2C3C;
--tomato-600: #CE1222;
--tomato-700: #A40E1B;
--tomato-800: #750A13;
--tomato-900: #4B070C;
--tomato-950: #2F0408;
}