Tomato
#FC664F
RedColor Codes
All color formats for development
HEX
#FC664FRGB
rgb(252, 102, 79)HSL
hsl(8, 97%, 65%)OKLCH
oklch(0.696 0.188 31.1)CMYK
cmyk(0%, 60%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC4A2F
2#FB2E0E
3#E52103
4#C41D03
5#A31802
6#831302
7#620E01
8#410A01
9#210500
Tints
Lighter variations
1#FD7661
2#FD8572
3#FD9484
4#FDA396
5#FEB3A7
6#FEC2B9
7#FED1CA
8#FEE0DC
9#FFF0ED
Tones
Muted variations
1#F46D58
2#EB7360
3#E27969
4#DA8072
5#D1867A
6#C88C83
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 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC6 #FEC6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9B #FD9B8B | BordersInactive statesPlaceholder text |
| 400 | FC66 #FC664F | Disabled statesSecondary iconsMuted text |
| 500 | FC3B #FC3B1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD20 #DD2003 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B01A #B01A03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E12 #7E1202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500C #500C01 | 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: #FEE0DC;
--tomato-200: #FEC6BE;
--tomato-300: #FD9B8B;
--tomato-400: #FC664F;
--tomato-500: #FC3B1D;
--tomato-600: #DD2003;
--tomato-700: #B01A03;
--tomato-800: #7E1202;
--tomato-900: #500C01;
--tomato-950: #320701;
}