Tomato
#F46757
RedColor Codes
All color formats for development
HEX
#F46757RGB
rgb(244, 103, 87)HSL
hsl(6, 88%, 65%)OKLCH
oklch(0.687 0.177 28.9)CMYK
cmyk(0%, 58%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F24B38
2#F02E19
3#DA220E
4#BB1D0C
5#9C190A
6#7D1408
7#5D0F06
8#3E0A04
9#1F0502
Tints
Lighter variations
1#F57668
2#F68579
3#F8958A
4#F9A49A
5#FAB3AB
6#FBC2BC
7#FCD1CD
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EC6D5F
2#E57367
3#DD7A6F
4#D58077
5#CD867E
6#C58D86
7#BD938E
8#B59996
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89B #F89B91 | BordersInactive statesPlaceholder text |
| 400 | F467 #F46757 | Disabled statesSecondary iconsMuted text |
| 500 | F13B #F13B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D321 #D3210D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81A #A81A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7813 #781308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FDE1DD;
--tomato-200: #FBC7C1;
--tomato-300: #F89B91;
--tomato-400: #F46757;
--tomato-500: #F13B27;
--tomato-600: #D3210D;
--tomato-700: #A81A0B;
--tomato-800: #781308;
--tomato-900: #4D0C05;
--tomato-950: #300803;
}