Tomato
#FF4D6A
RedColor Codes
All color formats for development
HEX
#FF4D6ARGB
rgb(255, 77, 106)HSL
hsl(350, 100%, 65%)OKLCH
oklch(0.678 0.213 15.8)CMYK
cmyk(0%, 70%, 58%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B4F
2#FF0A33
3#E80027
4#C70021
5#A6001C
6#850016
7#630011
8#42000B
9#210006
Tints
Lighter variations
1#FF5E79
2#FF7088
3#FF8297
4#FF94A6
5#FFA6B5
6#FFB8C4
7#FFC9D2
8#FFDBE1
9#FFEDF0
Tones
Muted variations
1#F65570
2#ED5E76
3#E4677C
4#DB7082
5#D27988
6#C9828E
7#C18B94
8#B8949A
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 #FFBDC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A9D | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D6A | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A40 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00025 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3001E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800015 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000E | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330009 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDBE1;
--tomato-200: #FFBDC8;
--tomato-300: #FF8A9D;
--tomato-400: #FF4D6A;
--tomato-500: #FF1A40;
--tomato-600: #E00025;
--tomato-700: #B3001E;
--tomato-800: #800015;
--tomato-900: #52000E;
--tomato-950: #330009;
}