Tomato
#FF4D6D
RedColor Codes
All color formats for development
HEX
#FF4D6DRGB
rgb(255, 77, 109)HSL
hsl(349, 100%, 65%)OKLCH
oklch(0.679 0.213 14.7)CMYK
cmyk(0%, 70%, 57%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B52
2#FF0A37
3#E8002B
4#C70024
5#A6001E
6#850018
7#630012
8#42000C
9#210006
Tints
Lighter variations
1#FF5E7C
2#FF708A
3#FF8299
4#FF94A8
5#FFA6B6
6#FFB8C5
7#FFC9D3
8#FFDBE2
9#FFEDF0
Tones
Muted variations
1#F65573
2#ED5E79
3#E4677E
4#DB7084
5#D27989
6#C9828F
7#C18B95
8#B8949A
9#AF9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A9F | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D6D | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A44 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00029 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30021 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800017 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000F | 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: #FFF0F3;
--tomato-100: #FFDBE2;
--tomato-200: #FFBDC9;
--tomato-300: #FF8A9F;
--tomato-400: #FF4D6D;
--tomato-500: #FF1A44;
--tomato-600: #E00029;
--tomato-700: #B30021;
--tomato-800: #800017;
--tomato-900: #52000F;
--tomato-950: #330009;
}