Tomato
#EE655D
RedColor Codes
All color formats for development
HEX
#EE655DRGB
rgb(238, 101, 93)HSL
hsl(3, 81%, 65%)OKLCH
oklch(0.676 0.171 26)CMYK
cmyk(0%, 58%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB483F
2#E82B21
3#D21F16
4#B41B13
5#961610
6#78120D
7#5A0D09
8#3C0906
9#1E0403
Tints
Lighter variations
1#F0746E
2#F1847E
3#F3938E
4#F5A29E
5#F7B2AE
6#F8C1BE
7#FAD1CF
8#FCE0DF
9#FDF0EF
Tones
Muted variations
1#E76B65
2#E0726C
3#D87873
4#D17F7A
5#CA8582
6#C38C89
7#BB9290
8#B49997
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C6 #F9C6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49A #F49A95 | BordersInactive statesPlaceholder text |
| 400 | EE65 #EE655D | Disabled statesSecondary iconsMuted text |
| 500 | E939 #E9392F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB1E #CB1E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A218 #A21811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7311 #73110C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0B #4A0B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE0DF;
--tomato-200: #F9C6C3;
--tomato-300: #F49A95;
--tomato-400: #EE655D;
--tomato-500: #E9392F;
--tomato-600: #CB1E15;
--tomato-700: #A21811;
--tomato-800: #73110C;
--tomato-900: #4A0B08;
--tomato-950: #2E0705;
}