Tomato
#FD6B4E
RedColor Codes
All color formats for development
HEX
#FD6B4ERGB
rgb(253, 107, 78)HSL
hsl(10, 98%, 65%)OKLCH
oklch(0.704 0.184 33)CMYK
cmyk(0%, 58%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD502D
2#FD350D
3#E62802
4#C52202
5#A41D02
6#831701
7#621101
8#420B01
9#210600
Tints
Lighter variations
1#FD7A60
2#FE8972
3#FE9883
4#FEA695
5#FEB5A7
6#FEC4B8
7#FED3CA
8#FFE1DC
9#FFF0ED
Tones
Muted variations
1#F47157
2#EC7760
3#E37D69
4#DA8371
5#D1897A
6#C98E83
7#C0948C
8#B79A94
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE1 #FFE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC8 #FEC8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9E #FE9E8B | BordersInactive statesPlaceholder text |
| 400 | FD6B #FD6B4E | Disabled statesSecondary iconsMuted text |
| 500 | FD41 #FD411C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE27 #DE2702 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B11F #B11F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E16 #7E1601 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510E #510E01 | Primary textHigh emphasis contentDark headings |
| 950 | 3209 #320901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE1DC;
--tomato-200: #FEC8BD;
--tomato-300: #FE9E8B;
--tomato-400: #FD6B4E;
--tomato-500: #FD411C;
--tomato-600: #DE2702;
--tomato-700: #B11F02;
--tomato-800: #7E1601;
--tomato-900: #510E01;
--tomato-950: #320901;
}