Tomato
#F5566B
RedColor Codes
All color formats for development
HEX
#F5566BRGB
rgb(245, 86, 107)HSL
hsl(352, 89%, 65%)OKLCH
oklch(0.672 0.194 16.4)CMYK
cmyk(0%, 65%, 56%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33750
2#F21835
3#DB0D28
4#BC0B23
5#9D091D
6#7D0717
7#5E0511
8#3F040C
9#1F0206
Tints
Lighter variations
1#F6677A
2#F77889
3#F88998
4#F99AA6
5#FAABB5
6#FBBCC4
7#FCCCD3
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#ED5E71
2#E56677
3#DD6E7D
4#D57683
5#CD7E89
6#C6868E
7#BE8E94
8#B6969A
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F9909E | BordersInactive statesPlaceholder text |
| 400 | F556 #F5566B | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22641 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C27 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780716 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D040E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300309 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE1;
--tomato-200: #FBC0C8;
--tomato-300: #F9909E;
--tomato-400: #F5566B;
--tomato-500: #F22641;
--tomato-600: #D40C27;
--tomato-700: #A90A1F;
--tomato-800: #780716;
--tomato-900: #4D040E;
--tomato-950: #300309;
}