Tomato
#F55661
RedColor Codes
All color formats for development
HEX
#F55661RGB
rgb(245, 86, 97)HSL
hsl(356, 89%, 65%)OKLCH
oklch(0.67 0.194 20.2)CMYK
cmyk(0%, 65%, 60%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33744
2#F21826
3#DB0D1B
4#BC0B17
5#9D0913
6#7D070F
7#5E050B
8#3F0408
9#1F0204
Tints
Lighter variations
1#F66771
2#F77881
3#F88990
4#F99AA0
5#FAABB0
6#FBBCC0
7#FCCCD0
8#FDDDDF
9#FEEEEF
Tones
Muted variations
1#ED5E68
2#E5666F
3#DD6E76
4#D5767C
5#CD7E83
6#C6868A
7#BE8E91
8#B69698
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99097 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55661 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22634 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78070F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0409 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FDDDDF;
--tomato-200: #FBC0C4;
--tomato-300: #F99097;
--tomato-400: #F55661;
--tomato-500: #F22634;
--tomato-600: #D40C1A;
--tomato-700: #A90A14;
--tomato-800: #78070F;
--tomato-900: #4D0409;
--tomato-950: #300306;
}