Tomato
#FB505E
RedColor Codes
All color formats for development
HEX
#FB505ERGB
rgb(251, 80, 94)HSL
hsl(355, 96%, 65%)OKLCH
oklch(0.672 0.206 20.2)CMYK
cmyk(0%, 68%, 63%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3041
2#FA0F23
3#E30517
4#C30414
5#A20311
6#82030D
7#61020A
8#410107
9#200103
Tints
Lighter variations
1#FC626E
2#FC737E
3#FD858F
4#FD969F
5#FDA8AF
6#FEB9BF
7#FECBCF
8#FEDCDF
9#FFEEEF
Tones
Muted variations
1#F35965
2#EA616D
3#E26A74
4#D9727B
5#D17B82
6#C88389
7#BF8C90
8#B79597
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 #FEBEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C95 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB505E | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500208 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDF;
--tomato-200: #FEBEC3;
--tomato-300: #FD8C95;
--tomato-400: #FB505E;
--tomato-500: #FA1E30;
--tomato-600: #DC0416;
--tomato-700: #AF0412;
--tomato-800: #7D030D;
--tomato-900: #500208;
--tomato-950: #320105;
}