Salmon
#FB5184
PinkColor Codes
All color formats for development
HEX
#FB5184RGB
rgb(251, 81, 132)HSL
hsl(342, 96%, 65%)OKLCH
oklch(0.682 0.208 6.4)CMYK
cmyk(0%, 68%, 47%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB306D
2#FA0F56
3#E30547
4#C3043D
5#A20333
6#820329
7#61021F
8#410114
9#20010A
Tints
Lighter variations
1#FC6290
2#FC739C
3#FD85A9
4#FD96B5
5#FDA8C1
6#FEB9CE
7#FECBDA
8#FEDCE6
9#FFEEF3
Tones
Muted variations
1#F35987
2#EA618A
3#E26A8E
4#D97291
5#D17B95
6#C88398
7#BF8C9B
8#B7959F
9#AE9DA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CAE | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5083 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E60 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0445 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0437 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0327 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500219 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320110 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FEDCE6;
--salmon-200: #FEBED1;
--salmon-300: #FD8CAE;
--salmon-400: #FB5083;
--salmon-500: #FA1E60;
--salmon-600: #DC0445;
--salmon-700: #AF0437;
--salmon-800: #7D0327;
--salmon-900: #500219;
--salmon-950: #320110;
}