Tomato
#F25A5C
RedColor Codes
All color formats for development
HEX
#F25A5CRGB
rgb(242, 90, 92)HSL
hsl(359, 85%, 65%)OKLCH
oklch(0.669 0.187 22.9)CMYK
cmyk(0%, 63%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B3E
2#ED1D20
3#D71115
4#B80F12
5#990C0F
6#7B0A0C
7#5C0709
8#3D0506
9#1F0203
Tints
Lighter variations
1#F36A6D
2#F47B7D
3#F68B8D
4#F79C9D
5#F8ACAE
6#FABDBE
7#FBCDCE
8#FCDEDE
9#FEEEEF
Tones
Muted variations
1#EA6164
2#E2696B
3#DB7172
4#D3787A
5#CC8081
6#C48788
7#BD8F90
8#B59797
9#AD9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F69294 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A5C | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B2E | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01114 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #FAC2C3;
--tomato-300: #F69294;
--tomato-400: #F25A5C;
--tomato-500: #EE2B2E;
--tomato-600: #D01114;
--tomato-700: #A50D10;
--tomato-800: #760A0B;
--tomato-900: #4B0607;
--tomato-950: #2F0405;
}