Tomato
#FD4E6B
RedColor Codes
All color formats for development
HEX
#FD4E6BRGB
rgb(253, 78, 107)HSL
hsl(350, 98%, 65%)OKLCH
oklch(0.676 0.21 15.4)CMYK
cmyk(0%, 69%, 58%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D50
2#FD0D35
3#E60228
4#C50222
5#A4021D
6#830117
7#620111
8#42010B
9#210006
Tints
Lighter variations
1#FD607A
2#FE7289
3#FE8398
4#FE95A6
5#FEA7B5
6#FEB8C4
7#FECAD3
8#FFDCE1
9#FFEDF0
Tones
Muted variations
1#F45771
2#EC6077
3#E3697D
4#DA7183
5#D17A89
6#C9838E
7#C08C94
8#B7949A
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B9E | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E6B | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C41 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0227 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1021F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0116 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDCE1;
--tomato-200: #FEBDC8;
--tomato-300: #FE8B9E;
--tomato-400: #FD4E6B;
--tomato-500: #FD1C41;
--tomato-600: #DE0227;
--tomato-700: #B1021F;
--tomato-800: #7E0116;
--tomato-900: #51010E;
--tomato-950: #320109;
}