Tomato
#FB5072
RedColor Codes
All color formats for development
HEX
#FB5072RGB
rgb(251, 80, 114)HSL
hsl(348, 96%, 65%)OKLCH
oklch(0.676 0.206 13)CMYK
cmyk(0%, 68%, 55%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3058
2#FA0F3E
3#E30531
4#C3042A
5#A20323
6#82031C
7#610215
8#41010E
9#200107
Tints
Lighter variations
1#FC6280
2#FC738E
3#FD859D
4#FD96AB
5#FDA8B9
6#FEB9C7
7#FECBD5
8#FEDCE3
9#FFEEF1
Tones
Muted variations
1#F35977
2#EA617D
3#E26A82
4#D97287
5#D17B8C
6#C88391
7#BF8C96
8#B7959B
9#AE9DA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CA3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5072 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E4A | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0430 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D031B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500211 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F3;
--tomato-100: #FEDCE3;
--tomato-200: #FEBECB;
--tomato-300: #FD8CA3;
--tomato-400: #FB5072;
--tomato-500: #FA1E4A;
--tomato-600: #DC0430;
--tomato-700: #AF0426;
--tomato-800: #7D031B;
--tomato-900: #500211;
--tomato-950: #32010B;
}