Tomato
#F15B62
RedColor Codes
All color formats for development
HEX
#F15B62RGB
rgb(241, 91, 98)HSL
hsl(357, 84%, 65%)OKLCH
oklch(0.669 0.185 20.9)CMYK
cmyk(0%, 62%, 59%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C45
2#EB1E28
3#D5131C
4#B71018
5#980D14
6#7A0B10
7#5B080C
8#3D0508
9#1E0304
Tints
Lighter variations
1#F26B72
2#F47C82
3#F58C91
4#F69CA1
5#F8ADB1
6#F9BDC0
7#FBCED0
8#FCDEE0
9#FEEFEF
Tones
Muted variations
1#E96269
2#E26A70
3#DA7177
4#D3797D
5#CB8084
6#C4888B
7#BC8F92
8#B59798
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69398 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B62 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE121B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070A | 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: #FEF1F2;
--tomato-100: #FCDEE0;
--tomato-200: #FAC2C5;
--tomato-300: #F69398;
--tomato-400: #F15B62;
--tomato-500: #ED2C35;
--tomato-600: #CE121B;
--tomato-700: #A40E16;
--tomato-800: #750A10;
--tomato-900: #4B070A;
--tomato-950: #2F0406;
}