Tomato
#F25A64
RedColor Codes
All color formats for development
HEX
#F25A64RGB
rgb(242, 90, 100)HSL
hsl(356, 85%, 65%)OKLCH
oklch(0.67 0.187 19.9)CMYK
cmyk(0%, 63%, 59%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B47
2#ED1D2A
3#D7111F
4#B80F1A
5#990C16
6#7B0A11
7#5C070D
8#3D0509
9#1F0204
Tints
Lighter variations
1#F36A74
2#F47B83
3#F68B93
4#F79CA2
5#F8ACB2
6#FABDC1
7#FBCDD1
8#FCDEE0
9#FEEEF0
Tones
Muted variations
1#EA616B
2#E26971
3#DB7178
4#D3787E
5#CC8085
6#C4878B
7#BD8F92
8#B59799
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F69299 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A64 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B38 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0111E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B060B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE0;
--tomato-200: #FAC2C5;
--tomato-300: #F69299;
--tomato-400: #F25A64;
--tomato-500: #EE2B38;
--tomato-600: #D0111E;
--tomato-700: #A50D18;
--tomato-800: #760A11;
--tomato-900: #4B060B;
--tomato-950: #2F0407;
}