Tomato
#F16A5B
RedColor Codes
All color formats for development
HEX
#F16A5BRGB
rgb(241, 106, 91)HSL
hsl(6, 84%, 65%)OKLCH
oklch(0.687 0.169 28.6)CMYK
cmyk(0%, 56%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE4E3C
2#EB321E
3#D52613
4#B72110
5#981B0D
6#7A160B
7#5B1008
8#3D0B05
9#1E0503
Tints
Lighter variations
1#F2796B
2#F4887C
3#F5978C
4#F6A59C
5#F8B4AD
6#F9C3BD
7#FBD2CE
8#FCE1DE
9#FEF0EF
Tones
Muted variations
1#E97062
2#E2766A
3#DA7C71
4#D38279
5#CB8880
6#C48E88
7#BC948F
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 | FAC8 #FAC8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69D #F69D93 | BordersInactive statesPlaceholder text |
| 400 | F16A #F16A5B | Disabled statesSecondary iconsMuted text |
| 500 | ED3F #ED3F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE25 #CE2512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A41D #A41D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7515 #75150A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0D #4B0D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DE;
--tomato-200: #FAC8C2;
--tomato-300: #F69D93;
--tomato-400: #F16A5B;
--tomato-500: #ED3F2C;
--tomato-600: #CE2512;
--tomato-700: #A41D0E;
--tomato-800: #75150A;
--tomato-900: #4B0D07;
--tomato-950: #2F0804;
}