Tomato
#F56656
RedColor Codes
All color formats for development
HEX
#F56656RGB
rgb(245, 102, 86)HSL
hsl(6, 89%, 65%)OKLCH
oklch(0.687 0.179 28.9)CMYK
cmyk(0%, 58%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F34A37
2#F22D18
3#DB210D
4#BC1D0B
5#9D1809
6#7D1307
7#5E0E05
8#3F0A04
9#1F0502
Tints
Lighter variations
1#F67567
2#F78578
3#F89489
4#F9A39A
5#FAB3AB
6#FBC2BC
7#FCD1CC
8#FDE0DD
9#FEF0EE
Tones
Muted variations
1#ED6D5E
2#E57366
3#DD796E
4#D58076
5#CD867E
6#C68C86
7#BE938E
8#B69996
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 | FBC6 #FBC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99B #F99B90 | BordersInactive statesPlaceholder text |
| 400 | F566 #F56656 | Disabled statesSecondary iconsMuted text |
| 500 | F23B #F23B26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D420 #D4200C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91A #A91A0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7812 #781207 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE0DD;
--tomato-200: #FBC6C0;
--tomato-300: #F99B90;
--tomato-400: #F56656;
--tomato-500: #F23B26;
--tomato-600: #D4200C;
--tomato-700: #A91A0A;
--tomato-800: #781207;
--tomato-900: #4D0C04;
--tomato-950: #300703;
}