Tomato
#FF4D61
RedColor Codes
All color formats for development
HEX
#FF4D61RGB
rgb(255, 77, 97)HSL
hsl(353, 100%, 65%)OKLCH
oklch(0.676 0.213 18.8)CMYK
cmyk(0%, 70%, 62%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B44
2#FF0A27
3#E8001B
4#C70017
5#A60013
6#85000F
7#63000C
8#420008
9#210004
Tints
Lighter variations
1#FF5E71
2#FF7081
3#FF8291
4#FF94A0
5#FFA6B0
6#FFB8C0
7#FFC9D0
8#FFDBDF
9#FFEDEF
Tones
Muted variations
1#F65568
2#ED5E6F
3#E46776
4#DB707D
5#D27984
6#C9828A
7#C18B91
8#B89498
9#AF9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A97 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D61 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A34 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0001A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80000F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDBDF;
--tomato-200: #FFBDC4;
--tomato-300: #FF8A97;
--tomato-400: #FF4D61;
--tomato-500: #FF1A34;
--tomato-600: #E0001A;
--tomato-700: #B30015;
--tomato-800: #80000F;
--tomato-900: #52000A;
--tomato-950: #330006;
}