Salmon
#FB978E
RedColor Codes
All color formats for development
HEX
#FB978ERGB
rgb(251, 151, 142)HSL
hsl(5, 93%, 77%)OKLCH
oklch(0.778 0.122 25.7)CMYK
cmyk(0%, 40%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA7468
2#F85142
3#F72E1C
4#E31B08
5#BD1607
6#981205
7#720D04
8#4C0903
9#260401
Tints
Lighter variations
1#FBA199
2#FCACA4
3#FCB6B0
4#FDC1BB
5#FDCBC6
6#FDD5D2
7#FEE0DD
8#FEEAE8
9#FFF5F4
Tones
Muted variations
1#F59B93
2#F0A099
3#EBA59E
4#E5A9A4
5#E0AEA9
6#DAB2AF
7#D5B7B4
8#CFBBB9
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC4 #FDC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB97 #FB978E | BordersInactive statesPlaceholder text |
| 400 | F961 #F96153 | Disabled statesSecondary iconsMuted text |
| 500 | F733 #F73322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D919 #D91908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC14 #AC1406 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B0E #7B0E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F09 #4F0903 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F0;
--salmon-100: #FEDFDD;
--salmon-200: #FDC4BF;
--salmon-300: #FB978E;
--salmon-400: #F96153;
--salmon-500: #F73322;
--salmon-600: #D91908;
--salmon-700: #AC1406;
--salmon-800: #7B0E04;
--salmon-900: #4F0903;
--salmon-950: #310602;
}