Tomato
#FB5F51
RedColor Codes
All color formats for development
HEX
#FB5F51RGB
rgb(251, 95, 81)HSL
hsl(5, 96%, 65%)OKLCH
oklch(0.687 0.193 28.3)CMYK
cmyk(0%, 62%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB4130
2#FA230F
3#E31705
4#C31404
5#A21103
6#820D03
7#610A02
8#410701
9#200301
Tints
Lighter variations
1#FC6E62
2#FC7E73
3#FD8F85
4#FD9F96
5#FDAFA8
6#FEBFB9
7#FECFCB
8#FEDFDC
9#FFEFEE
Tones
Muted variations
1#F36559
2#EA6D61
3#E2746A
4#D97B72
5#D1827B
6#C88983
7#BF908C
8#B79795
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 | FEC3 #FEC3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD95 #FD958C | BordersInactive statesPlaceholder text |
| 400 | FB5E #FB5E50 | Disabled statesSecondary iconsMuted text |
| 500 | FA30 #FA301E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC16 #DC1604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF12 #AF1204 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0D #7D0D03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5008 #500802 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FEDFDC;
--tomato-200: #FEC3BE;
--tomato-300: #FD958C;
--tomato-400: #FB5E50;
--tomato-500: #FA301E;
--tomato-600: #DC1604;
--tomato-700: #AF1204;
--tomato-800: #7D0D03;
--tomato-900: #500802;
--tomato-950: #320501;
}