Tomato
#F86154
RedColor Codes
All color formats for development
HEX
#F86154RGB
rgb(248, 97, 84)HSL
hsl(5, 92%, 65%)OKLCH
oklch(0.685 0.188 27.9)CMYK
cmyk(0%, 61%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F74434
2#F52714
3#DF1B09
4#BF1708
5#9F1307
6#7F0F05
7#5F0C04
8#400803
9#200401
Tints
Lighter variations
1#F97165
2#F98176
3#FA9187
4#FBA098
5#FBB0A9
6#FCC0BA
7#FDD0CC
8#FEDFDD
9#FEEFEE
Tones
Muted variations
1#F0685C
2#E76F64
3#DF766C
4#D77D74
5#CF847D
6#C78A85
7#BE918D
8#B69895
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA97 #FA978E | BordersInactive statesPlaceholder text |
| 400 | F861 #F86154 | Disabled statesSecondary iconsMuted text |
| 500 | F634 #F63423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71A #D71A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB15 #AB1507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F0;
--tomato-100: #FEDFDD;
--tomato-200: #FCC4BF;
--tomato-300: #FA978E;
--tomato-400: #F86154;
--tomato-500: #F63423;
--tomato-600: #D71A09;
--tomato-700: #AB1507;
--tomato-800: #7A0F05;
--tomato-900: #4E0A03;
--tomato-950: #310602;
}