Tomato
#FB516D
RedColor Codes
All color formats for development
HEX
#FB516DRGB
rgb(251, 81, 109)HSL
hsl(350, 96%, 65%)OKLCH
oklch(0.676 0.205 15.1)CMYK
cmyk(0%, 68%, 57%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3051
2#FA0F36
3#E3052A
4#C30424
5#A2031E
6#820318
7#610212
8#41010C
9#200106
Tints
Lighter variations
1#FC627B
2#FC738A
3#FD8599
4#FD96A7
5#FDA8B6
6#FEB9C4
7#FECBD3
8#FEDCE2
9#FFEEF0
Tones
Muted variations
1#F35972
2#EA6178
3#E26A7E
4#D97283
5#D17B89
6#C8838F
7#BF8C95
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 #FEDCE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C9F | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB506D | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E43 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0428 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0420 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0317 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE2;
--tomato-200: #FEBEC9;
--tomato-300: #FD8C9F;
--tomato-400: #FB506D;
--tomato-500: #FA1E43;
--tomato-600: #DC0428;
--tomato-700: #AF0420;
--tomato-800: #7D0317;
--tomato-900: #50020F;
--tomato-950: #320109;
}