Tomato
#F26C5A
RedColor Codes
All color formats for development
HEX
#F26C5ARGB
rgb(242, 108, 90)HSL
hsl(7, 85%, 65%)OKLCH
oklch(0.691 0.169 29.8)CMYK
cmyk(0%, 55%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF503B
2#ED351D
3#D72811
4#B8230F
5#991D0C
6#7B170A
7#5C1107
8#3D0C05
9#1F0602
Tints
Lighter variations
1#F37A6A
2#F4897B
3#F6988B
4#F7A79C
5#F8B5AC
6#FAC4BD
7#FBD3CD
8#FCE2DE
9#FEF0EE
Tones
Muted variations
1#EA7161
2#E27769
3#DB7D71
4#D38378
5#CC8980
6#C48E87
7#BD948F
8#B59A97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC8 #FAC8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69E #F69E92 | BordersInactive statesPlaceholder text |
| 400 | F26C #F26C5A | Disabled statesSecondary iconsMuted text |
| 500 | EE41 #EE412B | Primary brand colorCTAsActive elementsLinks |
| 600 | D027 #D02711 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A51F #A51F0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7616 #76160A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0E #4B0E06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F09 #2F0904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE2DE;
--tomato-200: #FAC8C2;
--tomato-300: #F69E92;
--tomato-400: #F26C5A;
--tomato-500: #EE412B;
--tomato-600: #D02711;
--tomato-700: #A51F0D;
--tomato-800: #76160A;
--tomato-900: #4B0E06;
--tomato-950: #2F0904;
}