Tomato
#FB6851
RedColor Codes
All color formats for development
HEX
#FB6851RGB
rgb(251, 104, 81)HSL
hsl(8, 96%, 65%)OKLCH
oklch(0.698 0.184 31.1)CMYK
cmyk(0%, 59%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB4B30
2#FA2E0F
3#E32205
4#C31D04
5#A21903
6#821403
7#610F02
8#410A01
9#200501
Tints
Lighter variations
1#FC7662
2#FC8573
3#FD9585
4#FDA496
5#FDB3A8
6#FEC2B9
7#FED1CB
8#FEE1DC
9#FFF0EE
Tones
Muted variations
1#F36D59
2#EA7361
3#E27A6A
4#D98072
5#D1867B
6#C88D83
7#BF938C
8#B79995
9#AE9F9D
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 | FEC7 #FEC7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9B #FD9B8C | BordersInactive statesPlaceholder text |
| 400 | FB67 #FB6750 | Disabled statesSecondary iconsMuted text |
| 500 | FA3B #FA3B1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC21 #DC2104 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF1A #AF1A04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D13 #7D1303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500C #500C02 | 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: #FEC7BE;
--tomato-300: #FD9B8C;
--tomato-400: #FB6750;
--tomato-500: #FA3B1E;
--tomato-600: #DC2104;
--tomato-700: #AF1A04;
--tomato-800: #7D1303;
--tomato-900: #500C02;
--tomato-950: #320801;
}