Tomato
#FF4D5B
RedColor Codes
All color formats for development
HEX
#FF4D5BRGB
rgb(255, 77, 91)HSL
hsl(355, 100%, 65%)OKLCH
oklch(0.675 0.213 20.8)CMYK
cmyk(0%, 70%, 64%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B3D
2#FF0A1F
3#E80013
4#C70011
5#A6000E
6#85000B
7#630008
8#420006
9#210003
Tints
Lighter variations
1#FF5E6C
2#FF707C
3#FF828C
4#FF949D
5#FFA6AD
6#FFB8BE
7#FFC9CE
8#FFDBDE
9#FFEDEF
Tones
Muted variations
1#F65563
2#ED5E6A
3#E46772
4#DB7079
5#D27981
6#C98288
7#C18B8F
8#B89497
9#AF9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A93 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D5B | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A2D | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00013 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3000F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80000B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520007 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDBDE;
--tomato-200: #FFBDC2;
--tomato-300: #FF8A93;
--tomato-400: #FF4D5B;
--tomato-500: #FF1A2D;
--tomato-600: #E00013;
--tomato-700: #B3000F;
--tomato-800: #80000B;
--tomato-900: #520007;
--tomato-950: #330004;
}