Tomato
#FD664E
RedColor Codes
All color formats for development
HEX
#FD664ERGB
rgb(253, 102, 78)HSL
hsl(8, 98%, 65%)OKLCH
oklch(0.698 0.189 31.3)CMYK
cmyk(0%, 60%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD492D
2#FD2D0D
3#E62102
4#C51C02
5#A41702
6#831301
7#620E01
8#420901
9#210500
Tints
Lighter variations
1#FD7560
2#FE8472
3#FE9483
4#FEA395
5#FEB2A7
6#FEC2B8
7#FED1CA
8#FFE0DC
9#FFF0ED
Tones
Muted variations
1#F46C57
2#EC7260
3#E37969
4#DA7F71
5#D1867A
6#C98C83
7#C0938C
8#B79994
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC6 #FEC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE9A #FE9A8B | BordersInactive statesPlaceholder text |
| 400 | FD66 #FD664E | Disabled statesSecondary iconsMuted text |
| 500 | FD3A #FD3A1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE20 #DE2002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B119 #B11902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E12 #7E1201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510B #510B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3207 #320701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE0DC;
--tomato-200: #FEC6BD;
--tomato-300: #FE9A8B;
--tomato-400: #FD664E;
--tomato-500: #FD3A1C;
--tomato-600: #DE2002;
--tomato-700: #B11902;
--tomato-800: #7E1201;
--tomato-900: #510B01;
--tomato-950: #320701;
}