Tomato
#F25A5A
RedColor Codes
All color formats for development
HEX
#F25A5ARGB
rgb(242, 90, 90)HSL
hsl(0, 85%, 65%)OKLCH
oklch(0.668 0.187 23.7)CMYK
cmyk(0%, 63%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B3B
2#ED1D1D
3#D71111
4#B80F0F
5#990C0C
6#7B0A0A
7#5C0707
8#3D0505
9#1F0202
Tints
Lighter variations
1#F36A6A
2#F47B7B
3#F68B8B
4#F79C9C
5#F8ACAC
6#FABDBD
7#FBCDCD
8#FCDEDE
9#FEEEEE
Tones
Muted variations
1#EA6161
2#E26969
3#DB7171
4#D37878
5#CC8080
6#C48787
7#BD8F8F
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 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F69292 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A5A | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #FAC2C2;
--tomato-300: #F69292;
--tomato-400: #F25A5A;
--tomato-500: #EE2B2B;
--tomato-600: #D01111;
--tomato-700: #A50D0D;
--tomato-800: #760A0A;
--tomato-900: #4B0606;
--tomato-950: #2F0404;
}