Tomato
#FB6150
RedColor Codes
All color formats for development
HEX
#FB6150RGB
rgb(251, 97, 80)HSL
hsl(6, 96%, 65%)OKLCH
oklch(0.689 0.191 29.2)CMYK
cmyk(0%, 61%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB4430
2#FA270F
3#E31B05
4#C31704
5#A21303
6#820F03
7#610C02
8#410801
9#200401
Tints
Lighter variations
1#FC7162
2#FC8173
3#FD9185
4#FDA096
5#FDB0A8
6#FEC0B9
7#FED0CB
8#FEDFDC
9#FFEFEE
Tones
Muted variations
1#F36859
2#EA6F61
3#E2766A
4#D97D72
5#D1837B
6#C88A83
7#BF918C
8#B79895
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD97 #FD978C | BordersInactive statesPlaceholder text |
| 400 | FB61 #FB6150 | Disabled statesSecondary iconsMuted text |
| 500 | FA34 #FA341E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC1A #DC1A04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF15 #AF1504 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0F #7D0F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5009 #500902 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FEDFDC;
--tomato-200: #FEC4BE;
--tomato-300: #FD978C;
--tomato-400: #FB6150;
--tomato-500: #FA341E;
--tomato-600: #DC1A04;
--tomato-700: #AF1504;
--tomato-800: #7D0F03;
--tomato-900: #500902;
--tomato-950: #320601;
}