Tomato
#EC5F5F
RedColor Codes
All color formats for development
HEX
#EC5F5FRGB
rgb(236, 95, 95)HSL
hsl(0, 79%, 65%)OKLCH
oklch(0.666 0.175 23.1)CMYK
cmyk(0%, 60%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94242
2#E52424
3#D01818
4#B21515
5#941111
6#770E0E
7#590A0A
8#3B0707
9#1E0303
Tints
Lighter variations
1#EE6F6F
2#F07F7F
3#F28F8F
4#F49F9F
5#F6AFAF
6#F8BFBF
7#F9CFCF
8#FBDFDF
9#FDEFEF
Tones
Muted variations
1#E56666
2#DE6D6D
3#D77474
4#D07B7B
5#C98282
6#C28A8A
7#BB9191
8#B49898
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F39696 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F5F | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF1F1;
--tomato-100: #FBDFDF;
--tomato-200: #F8C4C4;
--tomato-300: #F39696;
--tomato-400: #EC5F5F;
--tomato-500: #E73232;
--tomato-600: #C91818;
--tomato-700: #A01313;
--tomato-800: #720D0D;
--tomato-900: #490909;
--tomato-950: #2E0505;
}