Tomato
#F15B65
RedColor Codes
All color formats for development
HEX
#F15B65RGB
rgb(241, 91, 101)HSL
hsl(356, 84%, 65%)OKLCH
oklch(0.67 0.184 19.7)CMYK
cmyk(0%, 62%, 58%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C48
2#EB1E2B
3#D51320
4#B7101B
5#980D17
6#7A0B12
7#5B080E
8#3D0509
9#1E0305
Tints
Lighter variations
1#F26B74
2#F47C84
3#F58C93
4#F69CA2
5#F8ADB2
6#F9BDC1
7#FBCED1
8#FCDEE0
9#FEEFF0
Tones
Muted variations
1#E9626B
2#E26A72
3#DA7178
4#D3797F
5#CB8085
6#C4888C
7#BC8F92
8#B59799
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 #FAC2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F6939A | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B65 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C39 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE121F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE0;
--tomato-200: #FAC2C6;
--tomato-300: #F6939A;
--tomato-400: #F15B65;
--tomato-500: #ED2C39;
--tomato-600: #CE121F;
--tomato-700: #A40E18;
--tomato-800: #750A11;
--tomato-900: #4B070B;
--tomato-950: #2F0407;
}