Tomato
#EC625F
RedColor Codes
All color formats for development
HEX
#EC625FRGB
rgb(236, 98, 95)HSL
hsl(1, 79%, 65%)OKLCH
oklch(0.67 0.172 24.1)CMYK
cmyk(0%, 58%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94442
2#E52724
3#D01B18
4#B21815
5#941411
6#77100E
7#590C0A
8#3B0807
9#1E0403
Tints
Lighter variations
1#EE716F
2#F0817F
3#F2918F
4#F4A19F
5#F6B0AF
6#F8C0BF
7#F9D0CF
8#FBE0DF
9#FDEFEF
Tones
Muted variations
1#E56866
2#DE6F6D
3#D77674
4#D07D7B
5#C98482
6#C28A8A
7#BB9191
8#B49898
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C5 #F8C5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F398 #F39896 | BordersInactive statesPlaceholder text |
| 400 | EC62 #EC625F | Disabled statesSecondary iconsMuted text |
| 500 | E735 #E73532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C91B #C91B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A015 #A01513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720F #720F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490A #490A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E06 #2E0605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE0DF;
--tomato-200: #F8C5C4;
--tomato-300: #F39896;
--tomato-400: #EC625F;
--tomato-500: #E73532;
--tomato-600: #C91B18;
--tomato-700: #A01513;
--tomato-800: #720F0D;
--tomato-900: #490A09;
--tomato-950: #2E0605;
}