Tomato
#FB6A50
RedColor Codes
All color formats for development
HEX
#FB6A50RGB
rgb(251, 106, 80)HSL
hsl(9, 96%, 65%)OKLCH
oklch(0.7 0.183 32.1)CMYK
cmyk(0%, 58%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB4E30
2#FA320F
3#E32605
4#C32104
5#A21B03
6#821603
7#611002
8#410B01
9#200501
Tints
Lighter variations
1#FC7962
2#FC8873
3#FD9785
4#FDA596
5#FDB4A8
6#FEC3B9
7#FED2CB
8#FEE1DC
9#FFF0EE
Tones
Muted variations
1#F37059
2#EA7661
3#E27C6A
4#D98272
5#D1887B
6#C88E83
7#BF948C
8#B79A95
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE1 #FEE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC8 #FEC8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9D #FD9D8C | BordersInactive statesPlaceholder text |
| 400 | FB6A #FB6A50 | Disabled statesSecondary iconsMuted text |
| 500 | FA3F #FA3F1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC25 #DC2504 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF1D #AF1D04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D15 #7D1503 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500D #500D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE1DC;
--tomato-200: #FEC8BE;
--tomato-300: #FD9D8C;
--tomato-400: #FB6A50;
--tomato-500: #FA3F1E;
--tomato-600: #DC2504;
--tomato-700: #AF1D04;
--tomato-800: #7D1503;
--tomato-900: #500D02;
--tomato-950: #320801;
}