Tomato
#F0685C
RedColor Codes
All color formats for development
HEX
#F0685CRGB
rgb(240, 104, 92)HSL
hsl(5, 83%, 65%)OKLCH
oklch(0.683 0.17 27.5)CMYK
cmyk(0%, 57%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED4C3D
2#EA301F
3#D42414
4#B61F11
5#981A0E
6#79140B
7#5B0F08
8#3D0A06
9#1E0503
Tints
Lighter variations
1#F1776C
2#F3867C
3#F4958D
4#F6A49D
5#F7B4AD
6#F9C3BE
7#FAD2CE
8#FCE1DE
9#FDF0EF
Tones
Muted variations
1#E86E63
2#E1746A
3#DA7B72
4#D28179
5#CB8781
6#C38D88
7#BC9390
8#B59997
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 | F9C7 #F9C7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59C #F59C94 | BordersInactive statesPlaceholder text |
| 400 | F068 #F0685C | Disabled statesSecondary iconsMuted text |
| 500 | EB3D #EB3D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD23 #CD2313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A31C #A31C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7514 #75140B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0D #4B0D07 | 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: #F9C7C2;
--tomato-300: #F59C94;
--tomato-400: #F0685C;
--tomato-500: #EB3D2D;
--tomato-600: #CD2313;
--tomato-700: #A31C0F;
--tomato-800: #75140B;
--tomato-900: #4B0D07;
--tomato-950: #2F0804;
}