Tomato
#FD634E
RedColor Codes
All color formats for development
HEX
#FD634ERGB
rgb(253, 99, 78)HSL
hsl(7, 98%, 65%)OKLCH
oklch(0.694 0.192 30.4)CMYK
cmyk(0%, 61%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD462D
2#FD290D
3#E61D02
4#C51902
5#A41502
6#831001
7#620C01
8#420801
9#210400
Tints
Lighter variations
1#FD7260
2#FE8272
3#FE9283
4#FEA195
5#FEB1A7
6#FEC0B8
7#FED0CA
8#FFE0DC
9#FFEFED
Tones
Muted variations
1#F46957
2#EC7060
3#E37769
4#DA7E71
5#D1847A
6#C98B83
7#C0928C
8#B79894
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 | FEC5 #FEC5BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE98 #FE988B | BordersInactive statesPlaceholder text |
| 400 | FD63 #FD634E | Disabled statesSecondary iconsMuted text |
| 500 | FD36 #FD361C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE1C #DE1C02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B116 #B11602 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E10 #7E1001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 510A #510A01 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE0DC;
--tomato-200: #FEC5BD;
--tomato-300: #FE988B;
--tomato-400: #FD634E;
--tomato-500: #FD361C;
--tomato-600: #DE1C02;
--tomato-700: #B11602;
--tomato-800: #7E1001;
--tomato-900: #510A01;
--tomato-950: #320601;
}