Tomato
#FF4D70
RedColor Codes
All color formats for development
HEX
#FF4D70RGB
rgb(255, 77, 112)HSL
hsl(348, 100%, 65%)OKLCH
oklch(0.679 0.213 13.7)CMYK
cmyk(0%, 70%, 56%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B56
2#FF0A3B
3#E8002E
4#C70028
5#A60021
6#85001B
7#630014
8#42000D
9#210007
Tints
Lighter variations
1#FF5E7E
2#FF708D
3#FF829B
4#FF94A9
5#FFA6B8
6#FFB8C6
7#FFC9D4
8#FFDBE2
9#FFEDF1
Tones
Muted variations
1#F65576
2#ED5E7B
3#E46780
4#DB7086
5#D2798B
6#C98290
7#C18B96
8#B8949B
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 #FFBDCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D70 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A47 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0002D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30024 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80001A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520010 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F3;
--tomato-100: #FFDBE2;
--tomato-200: #FFBDCA;
--tomato-300: #FF8AA1;
--tomato-400: #FF4D70;
--tomato-500: #FF1A47;
--tomato-600: #E0002D;
--tomato-700: #B30024;
--tomato-800: #80001A;
--tomato-900: #520010;
--tomato-950: #33000A;
}