Tomato
#FF614D
RedColor Codes
All color formats for development
HEX
#FF614DRGB
rgb(255, 97, 77)HSL
hsl(7, 100%, 65%)OKLCH
oklch(0.695 0.196 30)CMYK
cmyk(0%, 62%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF442B
2#FF270A
3#E81B00
4#C71700
5#A61300
6#850F00
7#630C00
8#420800
9#210400
Tints
Lighter variations
1#FF715E
2#FF8170
3#FF9182
4#FFA094
5#FFB0A6
6#FFC0B8
7#FFD0C9
8#FFDFDB
9#FFEFED
Tones
Muted variations
1#F66855
2#ED6F5E
3#E47667
4#DB7D70
5#D28479
6#C98A82
7#C1918B
8#B89894
9#AF9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC4 #FFC4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF97 #FF978A | BordersInactive statesPlaceholder text |
| 400 | FF61 #FF614D | Disabled statesSecondary iconsMuted text |
| 500 | FF34 #FF341A | Primary brand colorCTAsActive elementsLinks |
| 600 | E01A #E01A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B315 #B31500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 800F #800F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520A #520A00 | Primary textHigh emphasis contentDark headings |
| 950 | 3306 #330600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDFDB;
--tomato-200: #FFC4BD;
--tomato-300: #FF978A;
--tomato-400: #FF614D;
--tomato-500: #FF341A;
--tomato-600: #E01A00;
--tomato-700: #B31500;
--tomato-800: #800F00;
--tomato-900: #520A00;
--tomato-950: #330600;
}