Tomato
#FF704D
RedColor Codes
All color formats for development
HEX
#FF704DRGB
rgb(255, 112, 77)HSL
hsl(12, 100%, 65%)OKLCH
oklch(0.714 0.182 35)CMYK
cmyk(0%, 56%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF562B
2#FF3B0A
3#E82E00
4#C72800
5#A62100
6#851B00
7#631400
8#420D00
9#210700
Tints
Lighter variations
1#FF7E5E
2#FF8D70
3#FF9B82
4#FFA994
5#FFB8A6
6#FFC6B8
7#FFD4C9
8#FFE2DB
9#FFF1ED
Tones
Muted variations
1#F67655
2#ED7B5E
3#E48067
4#DB8670
5#D28B79
6#C99082
7#C1968B
8#B89B94
9#AFA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE2 #FFE2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCA #FFCABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA1 #FFA18A | BordersInactive statesPlaceholder text |
| 400 | FF70 #FF704D | Disabled statesSecondary iconsMuted text |
| 500 | FF47 #FF471A | Primary brand colorCTAsActive elementsLinks |
| 600 | E02D #E02D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B324 #B32400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8019 #801900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5210 #521000 | Primary textHigh emphasis contentDark headings |
| 950 | 330A #330A00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF3F0;
--tomato-100: #FFE2DB;
--tomato-200: #FFCABD;
--tomato-300: #FFA18A;
--tomato-400: #FF704D;
--tomato-500: #FF471A;
--tomato-600: #E02D00;
--tomato-700: #B32400;
--tomato-800: #801900;
--tomato-900: #521000;
--tomato-950: #330A00;
}