Salmon
#FB958D
RedColor Codes
All color formats for development
HEX
#FB958DRGB
rgb(251, 149, 141)HSL
hsl(4, 93%, 77%)OKLCH
oklch(0.774 0.124 25.1)CMYK
cmyk(0%, 41%, 44%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA7268
2#F84E42
3#F72B1C
4#E31708
5#BD1307
6#980F05
7#720B04
8#4C0803
9#260401
Tints
Lighter variations
1#FBA099
2#FCAAA4
3#FCB5B0
4#FDBFBB
5#FDCAC6
6#FDD5D2
7#FEDFDD
8#FEEAE8
9#FFF4F4
Tones
Muted variations
1#F59A93
2#F09F99
3#EBA39E
4#E5A8A4
5#E0ADA9
6#DAB1AF
7#D5B6B4
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 | FDC3 #FDC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB95 #FB958E | BordersInactive statesPlaceholder text |
| 400 | F95E #F95E53 | Disabled statesSecondary iconsMuted text |
| 500 | F730 #F73022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D916 #D91608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC11 #AC1106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B0C #7B0C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F08 #4F0803 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F0;
--salmon-100: #FEDFDD;
--salmon-200: #FDC3BF;
--salmon-300: #FB958E;
--salmon-400: #F95E53;
--salmon-500: #F73022;
--salmon-600: #D91608;
--salmon-700: #AC1106;
--salmon-800: #7B0C04;
--salmon-900: #4F0803;
--salmon-950: #310502;
}