Tomato
#F25A5F
RedColor Codes
All color formats for development
HEX
#F25A5FRGB
rgb(242, 90, 95)HSL
hsl(358, 85%, 65%)OKLCH
oklch(0.669 0.187 21.8)CMYK
cmyk(0%, 63%, 61%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B41
2#ED1D23
3#D71118
4#B80F15
5#990C11
6#7B0A0E
7#5C070A
8#3D0507
9#1F0203
Tints
Lighter variations
1#F36A6F
2#F47B7F
3#F68B8F
4#F79C9F
5#F8ACAF
6#FABDBF
7#FBCDCF
8#FCDEDF
9#FEEEEF
Tones
Muted variations
1#EA6166
2#E2696D
3#DB7174
4#D3787B
5#CC8082
6#C48789
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 #F69296 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A5F | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B31 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01117 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0608 | 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: #FCDEDF;
--tomato-200: #FAC2C4;
--tomato-300: #F69296;
--tomato-400: #F25A5F;
--tomato-500: #EE2B31;
--tomato-600: #D01117;
--tomato-700: #A50D12;
--tomato-800: #760A0D;
--tomato-900: #4B0608;
--tomato-950: #2F0405;
}