Tomato
#FD4E69
RedColor Codes
All color formats for development
HEX
#FD4E69RGB
rgb(253, 78, 105)HSL
hsl(351, 98%, 65%)OKLCH
oklch(0.675 0.21 16.1)CMYK
cmyk(0%, 69%, 58%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D4D
2#FD0D31
3#E60224
4#C5021F
5#A4021A
6#830115
7#620110
8#42010A
9#210005
Tints
Lighter variations
1#FD6078
2#FE7287
3#FE8396
4#FE95A5
5#FEA7B4
6#FEB8C3
7#FECAD2
8#FFDCE1
9#FFEDF0
Tones
Muted variations
1#F4576F
2#EC6075
3#E3697B
4#DA7181
5#D17A87
6#C9838D
7#C08C93
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 #FEBDC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B9C | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E69 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C3E | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0223 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1021C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0114 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDCE1;
--tomato-200: #FEBDC7;
--tomato-300: #FE8B9C;
--tomato-400: #FD4E69;
--tomato-500: #FD1C3E;
--tomato-600: #DE0223;
--tomato-700: #B1021C;
--tomato-800: #7E0114;
--tomato-900: #51010D;
--tomato-950: #320108;
}