Tomato
#FF5E4D
RedColor Codes
All color formats for development
HEX
#FF5E4DRGB
rgb(255, 94, 77)HSL
hsl(6, 100%, 65%)OKLCH
oklch(0.691 0.199 29.2)CMYK
cmyk(0%, 63%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF412B
2#FF230A
3#E81700
4#C71400
5#A61100
6#850D00
7#630A00
8#420700
9#210300
Tints
Lighter variations
1#FF6E5E
2#FF7E70
3#FF8F82
4#FF9F94
5#FFAFA6
6#FFBFB8
7#FFCFC9
8#FFDFDB
9#FFEFED
Tones
Muted variations
1#F66555
2#ED6D5E
3#E47467
4#DB7B70
5#D28279
6#C98982
7#C1908B
8#B89794
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 | FFC3 #FFC3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF95 #FF958A | BordersInactive statesPlaceholder text |
| 400 | FF5E #FF5E4D | Disabled statesSecondary iconsMuted text |
| 500 | FF30 #FF301A | Primary brand colorCTAsActive elementsLinks |
| 600 | E016 #E01600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B312 #B31200 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 800D #800D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5208 #520800 | Primary textHigh emphasis contentDark headings |
| 950 | 3305 #330500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDFDB;
--tomato-200: #FFC3BD;
--tomato-300: #FF958A;
--tomato-400: #FF5E4D;
--tomato-500: #FF301A;
--tomato-600: #E01600;
--tomato-700: #B31200;
--tomato-800: #800D00;
--tomato-900: #520800;
--tomato-950: #330500;
}