Tomato
#F25F5A
RedColor Codes
All color formats for development
HEX
#F25F5ARGB
rgb(242, 95, 90)HSL
hsl(2, 85%, 65%)OKLCH
oklch(0.674 0.182 25.2)CMYK
cmyk(0%, 61%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF413B
2#ED231D
3#D71811
4#B8150F
5#99110C
6#7B0E0A
7#5C0A07
8#3D0705
9#1F0302
Tints
Lighter variations
1#F36F6A
2#F47F7B
3#F68F8B
4#F79F9C
5#F8AFAC
6#FABFBD
7#FBCFCD
8#FCDFDE
9#FEEFEE
Tones
Muted variations
1#EA6661
2#E26D69
3#DB7471
4#D37B78
5#CC8280
6#C48987
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 | F696 #F69692 | BordersInactive statesPlaceholder text |
| 400 | F25F #F25F5A | Disabled statesSecondary iconsMuted text |
| 500 | EE31 #EE312B | Primary brand colorCTAsActive elementsLinks |
| 600 | D017 #D01711 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A512 #A5120D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760D #760D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B08 #4B0806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F05 #2F0504 | 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: #F69692;
--tomato-400: #F25F5A;
--tomato-500: #EE312B;
--tomato-600: #D01711;
--tomato-700: #A5120D;
--tomato-800: #760D0A;
--tomato-900: #4B0806;
--tomato-950: #2F0504;
}