Salmon
#FB9B8E
RedColor Codes
All color formats for development
HEX
#FB9B8ERGB
rgb(251, 155, 142)HSL
hsl(7, 93%, 77%)OKLCH
oklch(0.784 0.117 28.3)CMYK
cmyk(0%, 38%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA7968
2#F85742
3#F7361C
4#E32208
5#BD1C07
6#981705
7#721104
8#4C0B03
9#260601
Tints
Lighter variations
1#FBA599
2#FCAFA4
3#FCB9B0
4#FDC3BB
5#FDCDC6
6#FDD7D2
7#FEE1DD
8#FEEBE8
9#FFF5F4
Tones
Muted variations
1#F59F93
2#F0A399
3#EBA79E
4#E5ABA4
5#E0AFA9
6#DAB4AF
7#D5B8B4
8#CFBCB9
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC6 #FDC6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9B #FB9B8E | BordersInactive statesPlaceholder text |
| 400 | F966 #F96653 | Disabled statesSecondary iconsMuted text |
| 500 | F73A #F73A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D920 #D92008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC1A #AC1A06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B12 #7B1204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0C #4F0C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F0;
--salmon-100: #FEE0DD;
--salmon-200: #FDC6BF;
--salmon-300: #FB9B8E;
--salmon-400: #F96653;
--salmon-500: #F73A22;
--salmon-600: #D92008;
--salmon-700: #AC1A06;
--salmon-800: #7B1204;
--salmon-900: #4F0C03;
--salmon-950: #310702;
}