Tomato
#F06A5C
RedColor Codes
All color formats for development
HEX
#F06A5CRGB
rgb(240, 106, 92)HSL
hsl(6, 83%, 65%)OKLCH
oklch(0.686 0.168 28.3)CMYK
cmyk(0%, 56%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED4F3D
2#EA331F
3#D42714
4#B62111
5#981C0E
6#79160B
7#5B1108
8#3D0B06
9#1E0603
Tints
Lighter variations
1#F1796C
2#F3887C
3#F4978D
4#F6A69D
5#F7B5AD
6#F9C4BE
7#FAD2CE
8#FCE1DE
9#FDF0EF
Tones
Muted variations
1#E87063
2#E1766A
3#DA7C72
4#D28279
5#CB8881
6#C38E88
7#BC9490
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 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C8 #F9C8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59D #F59D94 | BordersInactive statesPlaceholder text |
| 400 | F06A #F06A5C | Disabled statesSecondary iconsMuted text |
| 500 | EB40 #EB402D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD26 #CD2613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A31E #A31E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7515 #75150B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0E #4B0E07 | 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: #FCE1DE;
--tomato-200: #F9C8C2;
--tomato-300: #F59D94;
--tomato-400: #F06A5C;
--tomato-500: #EB402D;
--tomato-600: #CD2613;
--tomato-700: #A31E0F;
--tomato-800: #75150B;
--tomato-900: #4B0E07;
--tomato-950: #2F0904;
}