Tomato
#FC694F
RedColor Codes
All color formats for development
HEX
#FC694FRGB
rgb(252, 105, 79)HSL
hsl(9, 97%, 65%)OKLCH
oklch(0.7 0.185 32.1)CMYK
cmyk(0%, 58%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC4D2F
2#FB310E
3#E52503
4#C42003
5#A31B02
6#831502
7#621001
8#410B01
9#210500
Tints
Lighter variations
1#FD7861
2#FD8772
3#FD9684
4#FDA596
5#FEB4A7
6#FEC3B9
7#FED2CA
8#FEE1DC
9#FFF0ED
Tones
Muted variations
1#F46F58
2#EB7560
3#E27B69
4#DA8172
5#D1877A
6#C88E83
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 | FEE1 #FEE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC7 #FEC7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9D #FD9D8B | BordersInactive statesPlaceholder text |
| 400 | FC69 #FC694F | Disabled statesSecondary iconsMuted text |
| 500 | FC3E #FC3E1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD24 #DD2403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B01D #B01D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E14 #7E1402 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500D #500D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FEE1DC;
--tomato-200: #FEC7BE;
--tomato-300: #FD9D8B;
--tomato-400: #FC694F;
--tomato-500: #FC3E1D;
--tomato-600: #DD2403;
--tomato-700: #B01D03;
--tomato-800: #7E1402;
--tomato-900: #500D01;
--tomato-950: #320801;
}