Tomato
#F16C5B
RedColor Codes
All color formats for development
HEX
#F16C5BRGB
rgb(241, 108, 91)HSL
hsl(7, 84%, 65%)OKLCH
oklch(0.69 0.167 29.4)CMYK
cmyk(0%, 55%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE513C
2#EB361E
3#D52913
4#B72310
5#981E0D
6#7A180B
7#5B1208
8#3D0C05
9#1E0603
Tints
Lighter variations
1#F27B6B
2#F48A7C
3#F5988C
4#F6A79C
5#F8B6AD
6#F9C4BD
7#FBD3CE
8#FCE2DE
9#FEF0EF
Tones
Muted variations
1#E97262
2#E2786A
3#DA7E71
4#D38379
5#CB8980
6#C48F88
7#BC958F
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 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69F #F69F93 | BordersInactive statesPlaceholder text |
| 400 | F16C #F16C5B | Disabled statesSecondary iconsMuted text |
| 500 | ED42 #ED422C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE28 #CE2812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A420 #A4200E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7517 #75170A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F07 | 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: #FAC9C2;
--tomato-300: #F69F93;
--tomato-400: #F16C5B;
--tomato-500: #ED422C;
--tomato-600: #CE2812;
--tomato-700: #A4200E;
--tomato-800: #75170A;
--tomato-900: #4B0F07;
--tomato-950: #2F0904;
}