Tomato
#FB5061
RedColor Codes
All color formats for development
HEX
#FB5061RGB
rgb(251, 80, 97)HSL
hsl(354, 96%, 65%)OKLCH
oklch(0.673 0.206 19.2)CMYK
cmyk(0%, 68%, 61%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3044
2#FA0F27
3#E3051B
4#C30417
5#A20313
6#82030F
7#61020C
8#410108
9#200104
Tints
Lighter variations
1#FC6271
2#FC7381
3#FD8591
4#FD96A0
5#FDA8B0
6#FEB9C0
7#FECBD0
8#FEDCDF
9#FFEEEF
Tones
Muted variations
1#F35968
2#EA616F
3#E26A76
4#D9727D
5#D17B83
6#C8838A
7#BF8C91
8#B79598
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C97 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5061 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500209 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDF;
--tomato-200: #FEBEC4;
--tomato-300: #FD8C97;
--tomato-400: #FB5061;
--tomato-500: #FA1E34;
--tomato-600: #DC041A;
--tomato-700: #AF0415;
--tomato-800: #7D030F;
--tomato-900: #500209;
--tomato-950: #320106;
}