Tomato
#F25A69
RedColor Codes
All color formats for development
HEX
#F25A69RGB
rgb(242, 90, 105)HSL
hsl(354, 85%, 65%)OKLCH
oklch(0.671 0.186 17.9)CMYK
cmyk(0%, 63%, 57%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B4D
2#ED1D31
3#D71125
4#B80F20
5#990C1B
6#7B0A15
7#5C0710
8#3D050B
9#1F0205
Tints
Lighter variations
1#F36A78
2#F47B87
3#F68B96
4#F79CA5
5#F8ACB4
6#FABDC3
7#FBCDD2
8#FCDEE1
9#FEEEF0
Tones
Muted variations
1#EA616F
2#E26975
3#DB717B
4#D37881
5#CC8087
6#C4878D
7#BD8F94
8#B5979A
9#AD9EA0
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 #FAC2C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F6929C | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A69 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B3E | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01124 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B060D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0408 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE1;
--tomato-200: #FAC2C7;
--tomato-300: #F6929C;
--tomato-400: #F25A69;
--tomato-500: #EE2B3E;
--tomato-600: #D01124;
--tomato-700: #A50D1D;
--tomato-800: #760A14;
--tomato-900: #4B060D;
--tomato-950: #2F0408;
}