Tomato
#F2615A
RedColor Codes
All color formats for development
HEX
#F2615ARGB
rgb(242, 97, 90)HSL
hsl(3, 85%, 65%)OKLCH
oklch(0.677 0.18 25.8)CMYK
cmyk(0%, 60%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF443B
2#ED271D
3#D71B11
4#B8170F
5#99130C
6#7B100A
7#5C0C07
8#3D0805
9#1F0402
Tints
Lighter variations
1#F3716A
2#F4817B
3#F6918B
4#F7A09C
5#F8B0AC
6#FAC0BD
7#FBD0CD
8#FCDFDE
9#FEEFEE
Tones
Muted variations
1#EA6861
2#E26F69
3#DB7671
4#D37D78
5#CC8480
6#C48A87
7#BD918F
8#B59897
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC4 #FAC4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F697 #F69792 | BordersInactive statesPlaceholder text |
| 400 | F261 #F2615A | Disabled statesSecondary iconsMuted text |
| 500 | EE34 #EE342B | Primary brand colorCTAsActive elementsLinks |
| 600 | D01A #D01A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A515 #A5150D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760F #760F0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDE;
--tomato-200: #FAC4C2;
--tomato-300: #F69792;
--tomato-400: #F2615A;
--tomato-500: #EE342B;
--tomato-600: #D01A11;
--tomato-700: #A5150D;
--tomato-800: #760F0A;
--tomato-900: #4B0A06;
--tomato-950: #2F0604;
}