Tomato
#FF674D
RedColor Codes
All color formats for development
HEX
#FF674DRGB
rgb(255, 103, 77)HSL
hsl(9, 100%, 65%)OKLCH
oklch(0.702 0.191 31.9)CMYK
cmyk(0%, 60%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF4B2B
2#FF2F0A
3#E82300
4#C71E00
5#A61900
6#851400
7#630F00
8#420A00
9#210500
Tints
Lighter variations
1#FF765E
2#FF8670
3#FF9582
4#FFA494
5#FFB3A6
6#FFC2B8
7#FFD1C9
8#FFE1DB
9#FFF0ED
Tones
Muted variations
1#F66E55
2#ED745E
3#E47A67
4#DB8070
5#D28779
6#C98D82
7#C1938B
8#B89994
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 | FFC7 #FFC7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF9B #FF9B8A | BordersInactive statesPlaceholder text |
| 400 | FF67 #FF674D | Disabled statesSecondary iconsMuted text |
| 500 | FF3C #FF3C1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E022 #E02200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B31B #B31B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8013 #801300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520C #520C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3308 #330800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF2F0;
--tomato-100: #FFE1DB;
--tomato-200: #FFC7BD;
--tomato-300: #FF9B8A;
--tomato-400: #FF674D;
--tomato-500: #FF3C1A;
--tomato-600: #E02200;
--tomato-700: #B31B00;
--tomato-800: #801300;
--tomato-900: #520C00;
--tomato-950: #330800;
}