Tomato
#FC634F
RedColor Codes
All color formats for development
HEX
#FC634FRGB
rgb(252, 99, 79)HSL
hsl(7, 97%, 65%)OKLCH
oklch(0.693 0.191 30.1)CMYK
cmyk(0%, 61%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC462F
2#FB2A0E
3#E51E03
4#C41903
5#A31502
6#831102
7#620D01
8#410801
9#210400
Tints
Lighter variations
1#FD7361
2#FD8372
3#FD9284
4#FDA296
5#FEB1A7
6#FEC1B9
7#FED0CA
8#FEE0DC
9#FFEFED
Tones
Muted variations
1#F46A58
2#EB7160
3#E27769
4#DA7E72
5#D1857A
6#C88B83
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 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC5 #FEC5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD99 #FD998B | BordersInactive statesPlaceholder text |
| 400 | FC63 #FC634F | Disabled statesSecondary iconsMuted text |
| 500 | FC37 #FC371D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD1D #DD1D03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B017 #B01703 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E10 #7E1002 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500A #500A01 | 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: #FEC5BE;
--tomato-300: #FD998B;
--tomato-400: #FC634F;
--tomato-500: #FC371D;
--tomato-600: #DD1D03;
--tomato-700: #B01703;
--tomato-800: #7E1002;
--tomato-900: #500A01;
--tomato-950: #320701;
}