Salmon
#F35887
PinkColor Codes
All color formats for development
HEX
#F35887RGB
rgb(243, 88, 135)HSL
hsl(342, 87%, 65%)OKLCH
oklch(0.677 0.193 5.2)CMYK
cmyk(0%, 64%, 44%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F13970
2#EF1A5A
3#D90F4C
4#BA0D41
5#9B0B36
6#7C092B
7#5D0620
8#3E0416
9#1F020B
Tints
Lighter variations
1#F56993
2#F6799F
3#F78AAB
4#F89BB7
5#F9ACC3
6#FABCCF
7#FCCDDB
8#FDDEE7
9#FEEEF3
Tones
Muted variations
1#EC608A
2#E4688D
3#DC6F90
4#D47793
5#CD7F96
6#C58799
7#BD8E9C
8#B596A0
9#AE9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B0 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35887 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02864 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77082A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C051B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FDDEE7;
--salmon-200: #FBC1D2;
--salmon-300: #F791B0;
--salmon-400: #F35887;
--salmon-500: #F02864;
--salmon-600: #D20F49;
--salmon-700: #A70C3A;
--salmon-800: #77082A;
--salmon-900: #4C051B;
--salmon-950: #300311;
}