Tomato
#FB6551
RedColor Codes
All color formats for development
HEX
#FB6551RGB
rgb(251, 101, 81)HSL
hsl(7, 96%, 65%)OKLCH
oklch(0.694 0.187 30.1)CMYK
cmyk(0%, 60%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB4730
2#FA2B0F
3#E31F05
4#C31A04
5#A21603
6#821203
7#610D02
8#410901
9#200401
Tints
Lighter variations
1#FC7462
2#FC8373
3#FD9385
4#FDA296
5#FDB2A8
6#FEC1B9
7#FED1CB
8#FEE0DC
9#FFF0EE
Tones
Muted variations
1#F36B59
2#EA7161
3#E2786A
4#D97E72
5#D1857B
6#C88B83
7#BF928C
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 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC5 #FEC5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD99 #FD998C | BordersInactive statesPlaceholder text |
| 400 | FB64 #FB6450 | Disabled statesSecondary iconsMuted text |
| 500 | FA38 #FA381E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC1E #DC1E04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF18 #AF1804 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D11 #7D1103 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500B #500B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3207 #320701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE0DC;
--tomato-200: #FEC5BE;
--tomato-300: #FD998C;
--tomato-400: #FB6450;
--tomato-500: #FA381E;
--tomato-600: #DC1E04;
--tomato-700: #AF1804;
--tomato-800: #7D1103;
--tomato-900: #500B02;
--tomato-950: #320701;
}