Salmon
#FA5287
PinkColor Codes
All color formats for development
HEX
#FA5287RGB
rgb(250, 82, 135)HSL
hsl(341, 94%, 65%)OKLCH
oklch(0.682 0.206 5.3)CMYK
cmyk(0%, 67%, 46%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93271
2#F8125A
3#E1074C
4#C10641
5#A10536
6#81042B
7#600321
8#400216
9#20010B
Tints
Lighter variations
1#FA6393
2#FB749F
3#FB86AB
4#FC97B7
5#FCA8C3
6#FDBACF
7#FDCBDB
8#FEDCE7
9#FEEEF3
Tones
Muted variations
1#F15A8A
2#E9638D
3#E06B90
4#D87393
5#D07C96
6#C78499
7#BF8D9D
8#B795A0
9#AE9DA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DB0 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5287 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82065 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA074A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD053A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C042A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F021B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310211 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F5;
--salmon-100: #FEDCE7;
--salmon-200: #FDBFD2;
--salmon-300: #FB8DB0;
--salmon-400: #FA5287;
--salmon-500: #F82065;
--salmon-600: #DA074A;
--salmon-700: #AD053A;
--salmon-800: #7C042A;
--salmon-900: #4F021B;
--salmon-950: #310211;
}