Tomato
#F5566E
RedColor Codes
All color formats for development
HEX
#F5566ERGB
rgb(245, 86, 110)HSL
hsl(351, 89%, 65%)OKLCH
oklch(0.672 0.194 15.2)CMYK
cmyk(0%, 65%, 55%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33753
2#F21838
3#DB0D2C
4#BC0B25
5#9D091F
6#7D0719
7#5E0513
8#3F040C
9#1F0206
Tints
Lighter variations
1#F6677D
2#F7788B
3#F8899A
4#F99AA8
5#FAABB7
6#FBBCC5
7#FCCCD4
8#FDDDE2
9#FEEEF1
Tones
Muted variations
1#ED5E74
2#E56679
3#DD6E7F
4#D57684
5#CD7E8A
6#C68690
7#BE8E95
8#B6969B
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A0 | BordersInactive statesPlaceholder text |
| 400 | F556 #F5566E | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22645 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C2A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780718 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D040F | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F3;
--tomato-100: #FDDDE2;
--tomato-200: #FBC0C9;
--tomato-300: #F990A0;
--tomato-400: #F5566E;
--tomato-500: #F22645;
--tomato-600: #D40C2A;
--tomato-700: #A90A22;
--tomato-800: #780718;
--tomato-900: #4D040F;
--tomato-950: #30030A;
}