Tomato
#FF5B4D
RedColor Codes
All color formats for development
HEX
#FF5B4DRGB
rgb(255, 91, 77)HSL
hsl(5, 100%, 65%)OKLCH
oklch(0.688 0.202 28.3)CMYK
cmyk(0%, 64%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF3D2B
2#FF1F0A
3#E81300
4#C71100
5#A60E00
6#850B00
7#630800
8#420600
9#210300
Tints
Lighter variations
1#FF6C5E
2#FF7C70
3#FF8C82
4#FF9D94
5#FFADA6
6#FFBEB8
7#FFCEC9
8#FFDEDB
9#FFEFED
Tones
Muted variations
1#F66355
2#ED6A5E
3#E47267
4#DB7970
5#D28179
6#C98882
7#C18F8B
8#B89794
9#AF9E9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDE #FFDEDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC2 #FFC2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF93 #FF938A | BordersInactive statesPlaceholder text |
| 400 | FF5B #FF5B4D | Disabled statesSecondary iconsMuted text |
| 500 | FF2D #FF2D1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E013 #E01300 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B30F #B30F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 800B #800B00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5207 #520700 | Primary textHigh emphasis contentDark headings |
| 950 | 3304 #330400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDEDB;
--tomato-200: #FFC2BD;
--tomato-300: #FF938A;
--tomato-400: #FF5B4D;
--tomato-500: #FF2D1A;
--tomato-600: #E01300;
--tomato-700: #B30F00;
--tomato-800: #800B00;
--tomato-900: #520700;
--tomato-950: #330400;
}