Tomato
#FF6A4D
RedColor Codes
All color formats for development
HEX
#FF6A4DRGB
rgb(255, 106, 77)HSL
hsl(10, 100%, 65%)OKLCH
oklch(0.706 0.188 32.9)CMYK
cmyk(0%, 58%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF4F2B
2#FF330A
3#E82700
4#C72100
5#A61C00
6#851600
7#631100
8#420B00
9#210600
Tints
Lighter variations
1#FF795E
2#FF8870
3#FF9782
4#FFA694
5#FFB5A6
6#FFC4B8
7#FFD2C9
8#FFE1DB
9#FFF0ED
Tones
Muted variations
1#F67055
2#ED765E
3#E47C67
4#DB8270
5#D28879
6#C98E82
7#C1948B
8#B89A94
9#AFA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE1 #FFE1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC8 #FFC8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF9D #FF9D8A | BordersInactive statesPlaceholder text |
| 400 | FF6A #FF6A4D | Disabled statesSecondary iconsMuted text |
| 500 | FF40 #FF401A | Primary brand colorCTAsActive elementsLinks |
| 600 | E025 #E02500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B31E #B31E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8015 #801500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520E #520E00 | Primary textHigh emphasis contentDark headings |
| 950 | 3309 #330900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE1DB;
--tomato-200: #FFC8BD;
--tomato-300: #FF9D8A;
--tomato-400: #FF6A4D;
--tomato-500: #FF401A;
--tomato-600: #E02500;
--tomato-700: #B31E00;
--tomato-800: #801500;
--tomato-900: #520E00;
--tomato-950: #330900;
}