Tomato
#F25C5A
RedColor Codes
All color formats for development
HEX
#F25C5ARGB
rgb(242, 92, 90)HSL
hsl(1, 85%, 65%)OKLCH
oklch(0.671 0.185 24.3)CMYK
cmyk(0%, 62%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3E3B
2#ED201D
3#D71511
4#B8120F
5#990F0C
6#7B0C0A
7#5C0907
8#3D0605
9#1F0302
Tints
Lighter variations
1#F36D6A
2#F47D7B
3#F68D8B
4#F79D9C
5#F8AEAC
6#FABEBD
7#FBCECD
8#FCDEDE
9#FEEFEE
Tones
Muted variations
1#EA6461
2#E26B69
3#DB7271
4#D37A78
5#CC8180
6#C48887
7#BD908F
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 | FAC3 #FAC3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F694 #F69492 | BordersInactive statesPlaceholder text |
| 400 | F25C #F25C5A | Disabled statesSecondary iconsMuted text |
| 500 | EE2E #EE2E2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D014 #D01411 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A510 #A5100D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760B #760B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F05 #2F0504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #FAC3C2;
--tomato-300: #F69492;
--tomato-400: #F25C5A;
--tomato-500: #EE2E2B;
--tomato-600: #D01411;
--tomato-700: #A5100D;
--tomato-800: #760B0A;
--tomato-900: #4B0706;
--tomato-950: #2F0504;
}