Tomato
#FF4D5E
RedColor Codes
All color formats for development
HEX
#FF4D5ERGB
rgb(255, 77, 94)HSL
hsl(354, 100%, 65%)OKLCH
oklch(0.676 0.213 19.8)CMYK
cmyk(0%, 70%, 63%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B41
2#FF0A23
3#E80017
4#C70014
5#A60011
6#85000D
7#63000A
8#420007
9#210003
Tints
Lighter variations
1#FF5E6E
2#FF707E
3#FF828F
4#FF949F
5#FFA6AF
6#FFB8BF
7#FFC9CF
8#FFDBDF
9#FFEDEF
Tones
Muted variations
1#F65565
2#ED5E6D
3#E46774
4#DB707B
5#D27982
6#C98289
7#C18B90
8#B89497
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 #FFBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A95 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D5E | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00016 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80000D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520008 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDBDF;
--tomato-200: #FFBDC3;
--tomato-300: #FF8A95;
--tomato-400: #FF4D5E;
--tomato-500: #FF1A30;
--tomato-600: #E00016;
--tomato-700: #B30012;
--tomato-800: #80000D;
--tomato-900: #520008;
--tomato-950: #330005;
}