Tomato
#F95361
RedColor Codes
All color formats for development
HEX
#F95361RGB
rgb(249, 83, 97)HSL
hsl(355, 93%, 65%)OKLCH
oklch(0.673 0.201 19.7)CMYK
cmyk(0%, 67%, 61%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83343
2#F61326
3#E0081A
4#C00716
5#A00613
6#80050F
7#60030B
8#400207
9#200104
Tints
Lighter variations
1#F96470
2#FA7580
3#FB8690
4#FB98A0
5#FCA9B0
6#FDBAC0
7#FDCBCF
8#FEDDDF
9#FEEEEF
Tones
Muted variations
1#F05B67
2#E8636E
3#E06C75
4#D8747C
5#CF7C83
6#C7858A
7#BF8D91
8#B69598
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E97 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95361 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72233 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B040E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0309 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F1;
--tomato-100: #FEDDDF;
--tomato-200: #FDBFC4;
--tomato-300: #FB8E97;
--tomato-400: #F95361;
--tomato-500: #F72233;
--tomato-600: #D90819;
--tomato-700: #AC0614;
--tomato-800: #7B040E;
--tomato-900: #4F0309;
--tomato-950: #310206;
}