Tomato
#F25A67
RedColor Codes
All color formats for development
HEX
#F25A67RGB
rgb(242, 90, 103)HSL
hsl(355, 85%, 65%)OKLCH
oklch(0.671 0.186 18.7)CMYK
cmyk(0%, 63%, 57%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B4A
2#ED1D2E
3#D71122
4#B80F1D
5#990C18
6#7B0A13
7#5C070F
8#3D050A
9#1F0205
Tints
Lighter variations
1#F36A76
2#F47B85
3#F68B94
4#F79CA4
5#F8ACB3
6#FABDC2
7#FBCDD1
8#FCDEE1
9#FEEEF0
Tones
Muted variations
1#EA616D
2#E26973
3#DB7179
4#D37880
5#CC8086
6#C4878C
7#BD8F93
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 #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F6929B | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A67 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B3B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01121 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B060C | 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: #FCDEE1;
--tomato-200: #FAC2C6;
--tomato-300: #F6929B;
--tomato-400: #F25A67;
--tomato-500: #EE2B3B;
--tomato-600: #D01121;
--tomato-700: #A50D1A;
--tomato-800: #760A13;
--tomato-900: #4B060C;
--tomato-950: #2F0407;
}