Tomato
#FF6D4D
RedColor Codes
All color formats for development
HEX
#FF6D4DRGB
rgb(255, 109, 77)HSL
hsl(11, 100%, 65%)OKLCH
oklch(0.71 0.185 33.9)CMYK
cmyk(0%, 57%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF522B
2#FF370A
3#E82B00
4#C72400
5#A61E00
6#851800
7#631200
8#420C00
9#210600
Tints
Lighter variations
1#FF7C5E
2#FF8A70
3#FF9982
4#FFA894
5#FFB6A6
6#FFC5B8
7#FFD3C9
8#FFE2DB
9#FFF0ED
Tones
Muted variations
1#F67355
2#ED795E
3#E47E67
4#DB8470
5#D28979
6#C98F82
7#C1958B
8#B89A94
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 | FFC9 #FFC9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF9F #FF9F8A | BordersInactive statesPlaceholder text |
| 400 | FF6D #FF6D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF44 #FF441A | Primary brand colorCTAsActive elementsLinks |
| 600 | E029 #E02900 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B321 #B32100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8017 #801700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520F #520F00 | 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: #FFF3F0;
--tomato-100: #FFE2DB;
--tomato-200: #FFC9BD;
--tomato-300: #FF9F8A;
--tomato-400: #FF6D4D;
--tomato-500: #FF441A;
--tomato-600: #E02900;
--tomato-700: #B32100;
--tomato-800: #801700;
--tomato-900: #520F00;
--tomato-950: #330900;
}