Tomato
#F25A61
RedColor Codes
All color formats for development
HEX
#F25A61RGB
rgb(242, 90, 97)HSL
hsl(357, 85%, 65%)OKLCH
oklch(0.669 0.187 21.1)CMYK
cmyk(0%, 63%, 60%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B44
2#ED1D27
3#D7111B
4#B80F17
5#990C13
6#7B0A10
7#5C070C
8#3D0508
9#1F0204
Tints
Lighter variations
1#F36A71
2#F47B81
3#F68B91
4#F79CA0
5#F8ACB0
6#FABDC0
7#FBCDD0
8#FCDEDF
9#FEEEEF
Tones
Muted variations
1#EA6168
2#E2696F
3#DB7176
4#D3787D
5#CC8084
6#C4878A
7#BD8F91
8#B59798
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F69297 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A61 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B34 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0111A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B060A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDF;
--tomato-200: #FAC2C4;
--tomato-300: #F69297;
--tomato-400: #F25A61;
--tomato-500: #EE2B34;
--tomato-600: #D0111A;
--tomato-700: #A50D15;
--tomato-800: #760A0F;
--tomato-900: #4B060A;
--tomato-950: #2F0406;
}