Salmon
#F45789
PinkColor Codes
All color formats for development
HEX
#F45789RGB
rgb(244, 87, 137)HSL
hsl(341, 88%, 65%)OKLCH
oklch(0.678 0.195 4.4)CMYK
cmyk(0%, 64%, 44%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23873
2#F0195D
3#DA0E4F
4#BB0C43
5#9C0A38
6#7D082D
7#5D0622
8#3E0416
9#1F020B
Tints
Lighter variations
1#F56895
2#F679A1
3#F88AAC
4#F99AB8
5#FAABC4
6#FBBCD0
7#FCCDDC
8#FDDDE7
9#FEEEF3
Tones
Muted variations
1#EC5F8C
2#E5678F
3#DD6F92
4#D57794
5#CD7E97
6#C5869A
7#BD8E9D
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 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45789 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12767 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051C | 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: #FDDDE7;
--salmon-200: #FBC1D3;
--salmon-300: #F891B1;
--salmon-400: #F45789;
--salmon-500: #F12767;
--salmon-600: #D30D4C;
--salmon-700: #A80B3C;
--salmon-800: #78082B;
--salmon-900: #4D051C;
--salmon-950: #300311;
}