Tomato
#F0665C
RedColor Codes
All color formats for development
HEX
#F0665CRGB
rgb(240, 102, 92)HSL
hsl(4, 83%, 65%)OKLCH
oklch(0.681 0.172 26.8)CMYK
cmyk(0%, 57%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED493D
2#EA2D1F
3#D42114
4#B61C11
5#98170E
6#79130B
7#5B0E08
8#3D0906
9#1E0503
Tints
Lighter variations
1#F1756C
2#F3847C
3#F4948D
4#F6A39D
5#F7B2AD
6#F9C2BE
7#FAD1CE
8#FCE0DE
9#FDF0EF
Tones
Muted variations
1#E86C63
2#E1726A
3#DA7972
4#D27F79
5#CB8681
6#C38C88
7#BC9290
8#B59997
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C6 #F9C6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59A #F59A94 | BordersInactive statesPlaceholder text |
| 400 | F066 #F0665C | Disabled statesSecondary iconsMuted text |
| 500 | EB3A #EB3A2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1F #CD1F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A319 #A3190F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7512 #75120B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE0DE;
--tomato-200: #F9C6C2;
--tomato-300: #F59A94;
--tomato-400: #F0665C;
--tomato-500: #EB3A2D;
--tomato-600: #CD1F13;
--tomato-700: #A3190F;
--tomato-800: #75120B;
--tomato-900: #4B0B07;
--tomato-950: #2F0704;
}