Tomato
#FD4E63
RedColor Codes
All color formats for development
HEX
#FD4E63RGB
rgb(253, 78, 99)HSL
hsl(353, 98%, 65%)OKLCH
oklch(0.674 0.21 18.2)CMYK
cmyk(0%, 69%, 61%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D46
2#FD0D29
3#E6021D
4#C50219
5#A40215
6#830110
7#62010C
8#420108
9#210004
Tints
Lighter variations
1#FD6072
2#FE7282
3#FE8392
4#FE95A1
5#FEA7B1
6#FEB8C0
7#FECAD0
8#FFDCE0
9#FFEDEF
Tones
Muted variations
1#F45769
2#EC6070
3#E36977
4#DA717E
5#D17A84
6#C9838B
7#C08C92
8#B79498
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B98 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E63 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C36 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE021C | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10216 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDCE0;
--tomato-200: #FEBDC5;
--tomato-300: #FE8B98;
--tomato-400: #FD4E63;
--tomato-500: #FD1C36;
--tomato-600: #DE021C;
--tomato-700: #B10216;
--tomato-800: #7E0110;
--tomato-900: #51010A;
--tomato-950: #320106;
}