Tomato
#FB6D51
RedColor Codes
All color formats for development
HEX
#FB6D51RGB
rgb(251, 109, 81)HSL
hsl(10, 96%, 65%)OKLCH
oklch(0.704 0.18 32.9)CMYK
cmyk(0%, 57%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB5130
2#FA360F
3#E32A05
4#C32404
5#A21E03
6#821803
7#611202
8#410C01
9#200601
Tints
Lighter variations
1#FC7B62
2#FC8A73
3#FD9985
4#FDA796
5#FDB6A8
6#FEC4B9
7#FED3CB
8#FEE2DC
9#FFF0EE
Tones
Muted variations
1#F37259
2#EA7861
3#E27E6A
4#D98372
5#D1897B
6#C88F83
7#BF958C
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 | FEE2 #FEE2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC9 #FEC9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9F #FD9F8C | BordersInactive statesPlaceholder text |
| 400 | FB6D #FB6D50 | Disabled statesSecondary iconsMuted text |
| 500 | FA43 #FA431E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC28 #DC2804 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF20 #AF2004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D17 #7D1703 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500F #500F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3209 #320901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE2DC;
--tomato-200: #FEC9BE;
--tomato-300: #FD9F8C;
--tomato-400: #FB6D50;
--tomato-500: #FA431E;
--tomato-600: #DC2804;
--tomato-700: #AF2004;
--tomato-800: #7D1703;
--tomato-900: #500F02;
--tomato-950: #320901;
}