Tomato
#FB5064
RedColor Codes
All color formats for development
HEX
#FB5064RGB
rgb(251, 80, 100)HSL
hsl(353, 96%, 65%)OKLCH
oklch(0.673 0.206 18.1)CMYK
cmyk(0%, 68%, 60%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3047
2#FA0F2B
3#E3051F
4#C3041A
5#A20316
6#820312
7#61020D
8#410109
9#200104
Tints
Lighter variations
1#FC6274
2#FC7383
3#FD8593
4#FD96A2
5#FDA8B2
6#FEB9C1
7#FECBD1
8#FEDCE0
9#FFEEF0
Tones
Muted variations
1#F3596B
2#EA6171
3#E26A78
4#D9727E
5#D17B85
6#C8838B
7#BF8C92
8#B79599
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C99 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5064 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0418 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE0;
--tomato-200: #FEBEC5;
--tomato-300: #FD8C99;
--tomato-400: #FB5064;
--tomato-500: #FA1E38;
--tomato-600: #DC041E;
--tomato-700: #AF0418;
--tomato-800: #7D0311;
--tomato-900: #50020B;
--tomato-950: #320107;
}