Tomato
#F66855
RedColor Codes
All color formats for development
HEX
#F66855RGB
rgb(246, 104, 85)HSL
hsl(7, 90%, 65%)OKLCH
oklch(0.691 0.178 30)CMYK
cmyk(0%, 58%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44C36
2#F33016
3#DC240C
4#BD1F0A
5#9D1A08
6#7E1507
7#5E0F05
8#3F0A03
9#1F0502
Tints
Lighter variations
1#F77766
2#F88677
3#F99588
4#FAA599
5#FBB4AA
6#FBC3BB
7#FCD2CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EE6E5D
2#E67465
3#DE7B6E
4#D68176
5#CE877E
6#C68D86
7#BE938E
8#B69996
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC7 #FCC7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99C #F99C90 | BordersInactive statesPlaceholder text |
| 400 | F668 #F66855 | Disabled statesSecondary iconsMuted text |
| 500 | F43D #F43D25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D523 #D5230B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1C #AA1C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7914 #791406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0D #4E0D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE1DD;
--tomato-200: #FCC7C0;
--tomato-300: #F99C90;
--tomato-400: #F66855;
--tomato-500: #F43D25;
--tomato-600: #D5230B;
--tomato-700: #AA1C09;
--tomato-800: #791406;
--tomato-900: #4E0D04;
--tomato-950: #300803;
}