Tomato
#FC6C4F
RedColor Codes
All color formats for development
HEX
#FC6C4FRGB
rgb(252, 108, 79)HSL
hsl(10, 97%, 65%)OKLCH
oklch(0.704 0.182 33.1)CMYK
cmyk(0%, 57%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC512F
2#FB350E
3#E52903
4#C42303
5#A31D02
6#831702
7#621201
8#410C01
9#210600
Tints
Lighter variations
1#FD7B61
2#FD8972
3#FD9884
4#FDA796
5#FEB6A7
6#FEC4B9
7#FED3CA
8#FEE2DC
9#FFF0ED
Tones
Muted variations
1#F47258
2#EB7860
3#E27D69
4#DA8372
5#D1897A
6#C88F83
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 | FEE2 #FEE2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC8 #FEC8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9E #FD9E8B | BordersInactive statesPlaceholder text |
| 400 | FC6C #FC6C4F | Disabled statesSecondary iconsMuted text |
| 500 | FC42 #FC421D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD28 #DD2803 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B020 #B02003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E17 #7E1702 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500E #500E01 | 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: #FEE2DC;
--tomato-200: #FEC8BE;
--tomato-300: #FD9E8B;
--tomato-400: #FC6C4F;
--tomato-500: #FC421D;
--tomato-600: #DD2803;
--tomato-700: #B02003;
--tomato-800: #7E1702;
--tomato-900: #500E01;
--tomato-950: #320901;
}