Tomato
#F2695A
RedColor Codes
All color formats for development
HEX
#F2695ARGB
rgb(242, 105, 90)HSL
hsl(6, 85%, 65%)OKLCH
oklch(0.687 0.172 28.6)CMYK
cmyk(0%, 57%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF4D3B
2#ED311D
3#D72511
4#B8200F
5#991B0C
6#7B150A
7#5C1007
8#3D0B05
9#1F0502
Tints
Lighter variations
1#F3786A
2#F4877B
3#F6968B
4#F7A59C
5#F8B4AC
6#FAC3BD
7#FBD2CD
8#FCE1DE
9#FEF0EE
Tones
Muted variations
1#EA6F61
2#E27569
3#DB7B71
4#D38178
5#CC8780
6#C48D87
7#BD948F
8#B59A97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC7 #FAC7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69C #F69C92 | BordersInactive statesPlaceholder text |
| 400 | F269 #F2695A | Disabled statesSecondary iconsMuted text |
| 500 | EE3E #EE3E2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D024 #D02411 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A51D #A51D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7614 #76140A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0D #4B0D06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DE;
--tomato-200: #FAC7C2;
--tomato-300: #F69C92;
--tomato-400: #F2695A;
--tomato-500: #EE3E2B;
--tomato-600: #D02411;
--tomato-700: #A51D0D;
--tomato-800: #76140A;
--tomato-900: #4B0D06;
--tomato-950: #2F0804;
}