Tomato
#FF4D67
RedColor Codes
All color formats for development
HEX
#FF4D67RGB
rgb(255, 77, 103)HSL
hsl(351, 100%, 65%)OKLCH
oklch(0.677 0.213 16.8)CMYK
cmyk(0%, 70%, 60%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B4B
2#FF0A2F
3#E80023
4#C7001E
5#A60019
6#850014
7#63000F
8#42000A
9#210005
Tints
Lighter variations
1#FF5E76
2#FF7086
3#FF8295
4#FF94A4
5#FFA6B3
6#FFB8C2
7#FFC9D1
8#FFDBE1
9#FFEDF0
Tones
Muted variations
1#F6556E
2#ED5E74
3#E4677A
4#DB7080
5#D27987
6#C9828D
7#C18B93
8#B89499
9#AF9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A9B | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D67 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A3C | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00022 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3001B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330008 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDBE1;
--tomato-200: #FFBDC7;
--tomato-300: #FF8A9B;
--tomato-400: #FF4D67;
--tomato-500: #FF1A3C;
--tomato-600: #E00022;
--tomato-700: #B3001B;
--tomato-800: #800013;
--tomato-900: #52000C;
--tomato-950: #330008;
}