Tomato
#F66055
RedColor Codes
All color formats for development
HEX
#F66055RGB
rgb(246, 96, 85)HSL
hsl(4, 90%, 65%)OKLCH
oklch(0.681 0.186 27.3)CMYK
cmyk(0%, 61%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44336
2#F32516
3#DC1A0C
4#BD160A
5#9D1208
6#7E0F07
7#5E0B05
8#3F0703
9#1F0402
Tints
Lighter variations
1#F77066
2#F88077
3#F99088
4#FAA099
5#FBB0AA
6#FBBFBB
7#FCCFCC
8#FDDFDD
9#FEEFEE
Tones
Muted variations
1#EE675D
2#E66E65
3#DE756E
4#D67C76
5#CE837E
6#C68A86
7#BE918E
8#B69896
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDF #FDDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F997 #F99790 | BordersInactive statesPlaceholder text |
| 400 | F660 #F66055 | Disabled statesSecondary iconsMuted text |
| 500 | F433 #F43325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D519 #D5190B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA14 #AA1409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 790E #790E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E09 #4E0904 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F0;
--tomato-100: #FDDFDD;
--tomato-200: #FCC4C0;
--tomato-300: #F99790;
--tomato-400: #F66055;
--tomato-500: #F43325;
--tomato-600: #D5190B;
--tomato-700: #AA1409;
--tomato-800: #790E06;
--tomato-900: #4E0904;
--tomato-950: #300603;
}