Tomato
#EF695D
RedColor Codes
All color formats for development
HEX
#EF695DRGB
rgb(239, 105, 93)HSL
hsl(5, 82%, 65%)OKLCH
oklch(0.683 0.168 27.5)CMYK
cmyk(0%, 56%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC4D3E
2#E93120
3#D32515
4#B51F12
5#971A0F
6#79150C
7#5A1009
8#3C0A06
9#1E0503
Tints
Lighter variations
1#F1786D
2#F2877D
3#F4968D
4#F5A59E
5#F7B4AE
6#F9C3BE
7#FAD2CE
8#FCE1DF
9#FDF0EF
Tones
Muted variations
1#E86F64
2#E0756B
3#D97B73
4#D2817A
5#CA8781
6#C38D88
7#BC9390
8#B49A97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49C #F49C94 | BordersInactive statesPlaceholder text |
| 400 | EF69 #EF695D | Disabled statesSecondary iconsMuted text |
| 500 | EA3E #EA3E2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC24 #CC2414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21C #A21C10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7414 #74140B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0D #4A0D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E08 #2E0805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DF;
--tomato-200: #F9C7C3;
--tomato-300: #F49C94;
--tomato-400: #EF695D;
--tomato-500: #EA3E2E;
--tomato-600: #CC2414;
--tomato-700: #A21C10;
--tomato-800: #74140B;
--tomato-900: #4A0D07;
--tomato-950: #2E0805;
}