Tomato
#FB506A
RedColor Codes
All color formats for development
HEX
#FB506ARGB
rgb(251, 80, 106)HSL
hsl(351, 96%, 65%)OKLCH
oklch(0.674 0.206 16)CMYK
cmyk(0%, 68%, 58%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB304E
2#FA0F32
3#E30526
4#C30421
5#A2031B
6#820316
7#610210
8#41010B
9#200105
Tints
Lighter variations
1#FC6279
2#FC7388
3#FD8597
4#FD96A5
5#FDA8B4
6#FEB9C3
7#FECBD2
8#FEDCE1
9#FFEEF0
Tones
Muted variations
1#F35970
2#EA6176
3#E26A7C
4#D97282
5#D17B88
6#C8838E
7#BF8C94
8#B7959A
9#AE9DA0
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 #FEBEC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9D | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB506A | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E3F | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0425 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF041D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0315 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020D | 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: #FEBEC8;
--tomato-300: #FD8C9D;
--tomato-400: #FB506A;
--tomato-500: #FA1E3F;
--tomato-600: #DC0425;
--tomato-700: #AF041D;
--tomato-800: #7D0315;
--tomato-900: #50020D;
--tomato-950: #320108;
}