Salmon
#F85482
PinkColor Codes
All color formats for development
HEX
#F85482RGB
rgb(248, 84, 130)HSL
hsl(343, 92%, 65%)OKLCH
oklch(0.679 0.201 7.3)CMYK
cmyk(0%, 66%, 48%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7346B
2#F51454
3#DF0946
4#BF083C
5#9F0732
6#7F0528
7#5F041E
8#400314
9#20010A
Tints
Lighter variations
1#F9658F
2#F9769B
3#FA87A8
4#FB98B4
5#FBA9C1
6#FCBACD
7#FDCCDA
8#FEDDE6
9#FEEEF3
Tones
Muted variations
1#F05C86
2#E76489
3#DF6C8D
4#D77490
5#CF7D94
6#C78598
7#BE8D9B
8#B6959F
9#AE9EA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAD | BordersInactive statesPlaceholder text |
| 400 | F854 #F85482 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6235F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70943 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0736 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0319 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF0F4;
--salmon-100: #FEDDE6;
--salmon-200: #FCBFD1;
--salmon-300: #FA8EAD;
--salmon-400: #F85482;
--salmon-500: #F6235F;
--salmon-600: #D70943;
--salmon-700: #AB0736;
--salmon-800: #7A0526;
--salmon-900: #4E0319;
--salmon-950: #31020F;
}