Tomato
#FF584D
RedColor Codes
All color formats for development
HEX
#FF584DRGB
rgb(255, 88, 77)HSL
hsl(4, 100%, 65%)OKLCH
oklch(0.684 0.205 27.6)CMYK
cmyk(0%, 65%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF392B
2#FF1B0A
3#E80F00
4#C70D00
5#A60B00
6#850900
7#630700
8#420400
9#210200
Tints
Lighter variations
1#FF695E
2#FF7A70
3#FF8A82
4#FF9B94
5#FFACA6
6#FFBCB8
7#FFCDC9
8#FFDEDB
9#FFEEED
Tones
Muted variations
1#F66055
2#ED685E
3#E47067
4#DB7770
5#D27F79
6#C98782
7#C18F8B
8#B89694
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 | FFC1 #FFC1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF92 #FF928A | BordersInactive statesPlaceholder text |
| 400 | FF58 #FF584D | Disabled statesSecondary iconsMuted text |
| 500 | FF29 #FF291A | Primary brand colorCTAsActive elementsLinks |
| 600 | E00F #E00F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B30C #B30C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8008 #800800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5205 #520500 | Primary textHigh emphasis contentDark headings |
| 950 | 3303 #330300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDEDB;
--tomato-200: #FFC1BD;
--tomato-300: #FF928A;
--tomato-400: #FF584D;
--tomato-500: #FF291A;
--tomato-600: #E00F00;
--tomato-700: #B30C00;
--tomato-800: #800800;
--tomato-900: #520500;
--tomato-950: #330300;
}