Tomato
#FB515C
RedColor Codes
All color formats for development
HEX
#FB515CRGB
rgb(251, 81, 92)HSL
hsl(356, 96%, 65%)OKLCH
oklch(0.673 0.206 21.1)CMYK
cmyk(0%, 68%, 63%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB303D
2#FA0F1F
3#E30513
4#C30411
5#A2030E
6#82030B
7#610208
8#410106
9#200103
Tints
Lighter variations
1#FC626C
2#FC737C
3#FD858D
4#FD969D
5#FDA8AD
6#FEB9BE
7#FECBCE
8#FEDCDE
9#FFEEEF
Tones
Muted variations
1#F35963
2#EA616A
3#E26A72
4#D97279
5#D17B81
6#C88388
7#BF8C8F
8#B79597
9#AE9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C94 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB505B | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E2D | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF040F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500207 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDE;
--tomato-200: #FEBEC2;
--tomato-300: #FD8C94;
--tomato-400: #FB505B;
--tomato-500: #FA1E2D;
--tomato-600: #DC0413;
--tomato-700: #AF040F;
--tomato-800: #7D030B;
--tomato-900: #500207;
--tomato-950: #320104;
}