Tomato
#FB5067
RedColor Codes
All color formats for development
HEX
#FB5067RGB
rgb(251, 80, 103)HSL
hsl(352, 96%, 65%)OKLCH
oklch(0.674 0.206 17.1)CMYK
cmyk(0%, 68%, 59%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB304B
2#FA0F2E
3#E30522
4#C3041D
5#A20319
6#820314
7#61020F
8#41010A
9#200105
Tints
Lighter variations
1#FC6276
2#FC7385
3#FD8595
4#FD96A4
5#FDA8B3
6#FEB9C2
7#FECBD1
8#FEDCE1
9#FFEEF0
Tones
Muted variations
1#F3596D
2#EA6173
3#E26A7A
4#D97280
5#D17B86
6#C8838D
7#BF8C93
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 #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9B | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5067 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E3B | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0421 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF041A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0313 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE1;
--tomato-200: #FEBEC7;
--tomato-300: #FD8C9B;
--tomato-400: #FB5067;
--tomato-500: #FA1E3B;
--tomato-600: #DC0421;
--tomato-700: #AF041A;
--tomato-800: #7D0313;
--tomato-900: #50020C;
--tomato-950: #320108;
}