Tomato
#F46257
RedColor Codes
All color formats for development
HEX
#F46257RGB
rgb(244, 98, 87)HSL
hsl(4, 88%, 65%)OKLCH
oklch(0.681 0.182 27.2)CMYK
cmyk(0%, 60%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F24438
2#F02719
3#DA1C0E
4#BB180C
5#9C140A
6#7D1008
7#5D0C06
8#3E0804
9#1F0402
Tints
Lighter variations
1#F57168
2#F68179
3#F8918A
4#F9A19A
5#FAB0AB
6#FBC0BC
7#FCD0CD
8#FDE0DD
9#FEEFEE
Tones
Muted variations
1#EC685F
2#E56F67
3#DD766F
4#D57D77
5#CD847E
6#C58B86
7#BD918E
8#B59896
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC5 #FBC5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F898 #F89891 | BordersInactive statesPlaceholder text |
| 400 | F462 #F46257 | Disabled statesSecondary iconsMuted text |
| 500 | F135 #F13527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D31B #D31B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A815 #A8150B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 780F #780F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0A #4D0A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE0DD;
--tomato-200: #FBC5C1;
--tomato-300: #F89891;
--tomato-400: #F46257;
--tomato-500: #F13527;
--tomato-600: #D31B0D;
--tomato-700: #A8150B;
--tomato-800: #780F08;
--tomato-900: #4D0A05;
--tomato-950: #300603;
}