Salmon
#F05C8B
PinkColor Codes
All color formats for development
HEX
#F05C8BRGB
rgb(240, 92, 139)HSL
hsl(341, 83%, 65%)OKLCH
oklch(0.679 0.186 3.8)CMYK
cmyk(0%, 62%, 42%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D75
2#EA1F5F
3#D41451
4#B61145
5#980E3A
6#790B2E
7#5B0823
8#3D0617
9#1E030C
Tints
Lighter variations
1#F16C96
2#F37CA2
3#F48DAE
4#F69DB9
5#F7ADC5
6#F9BED0
7#FACEDC
8#FCDEE8
9#FDEFF3
Tones
Muted variations
1#E8638D
2#E16A90
3#DA7293
4#D27995
5#CB8198
6#C3889B
7#BC909E
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 #FCDEE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C8B | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D69 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0412 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE8;
--salmon-200: #F9C2D4;
--salmon-300: #F594B3;
--salmon-400: #F05C8B;
--salmon-500: #EB2D69;
--salmon-600: #CD134E;
--salmon-700: #A30F3E;
--salmon-800: #750B2C;
--salmon-900: #4B071C;
--salmon-950: #2F0412;
}