Salmon
#F05C88
PinkColor Codes
All color formats for development
HEX
#F05C88RGB
rgb(240, 92, 136)HSL
hsl(342, 83%, 65%)OKLCH
oklch(0.678 0.185 5.1)CMYK
cmyk(0%, 62%, 43%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D72
2#EA1F5C
3#D4144E
4#B61142
5#980E37
6#790B2C
7#5B0821
8#3D0616
9#1E030B
Tints
Lighter variations
1#F16C94
2#F37CA0
3#F48DAC
4#F69DB8
5#F7ADC4
6#F9BECF
7#FACEDB
8#FCDEE7
9#FDEFF3
Tones
Muted variations
1#E8638B
2#E16A8E
3#DA7291
4#D27994
5#CB8197
6#C3889A
7#BC909D
8#B597A0
9#AD9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C88 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE7;
--salmon-200: #F9C2D3;
--salmon-300: #F594B1;
--salmon-400: #F05C88;
--salmon-500: #EB2D66;
--salmon-600: #CD134B;
--salmon-700: #A30F3C;
--salmon-800: #750B2B;
--salmon-900: #4B071B;
--salmon-950: #2F0411;
}