Tomato
#FB5050
RedColor Codes
All color formats for development
HEX
#FB5050RGB
rgb(251, 80, 80)HSL
hsl(0, 96%, 65%)OKLCH
oklch(0.67 0.208 24.7)CMYK
cmyk(0%, 68%, 68%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3030
2#FA0F0F
3#E30505
4#C30404
5#A20303
6#820303
7#610202
8#410101
9#200101
Tints
Lighter variations
1#FC6262
2#FC7373
3#FD8585
4#FD9696
5#FDA8A8
6#FEB9B9
7#FECBCB
8#FEDCDC
9#FFEEEE
Tones
Muted variations
1#F35959
2#EA6161
3#E26A6A
4#D97272
5#D17B7B
6#C88383
7#BF8C8C
8#B79595
9#AE9D9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C8C | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5050 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500202 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F0;
--tomato-100: #FEDCDC;
--tomato-200: #FEBEBE;
--tomato-300: #FD8C8C;
--tomato-400: #FB5050;
--tomato-500: #FA1E1E;
--tomato-600: #DC0404;
--tomato-700: #AF0404;
--tomato-800: #7D0303;
--tomato-900: #500202;
--tomato-950: #320101;
}