Salmon
#F05C83
PinkColor Codes
All color formats for development
HEX
#F05C83RGB
rgb(240, 92, 131)HSL
hsl(344, 83%, 65%)OKLCH
oklch(0.676 0.184 7.3)CMYK
cmyk(0%, 62%, 45%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D6C
2#EA1F55
3#D41447
4#B6113D
5#980E33
6#790B29
7#5B081E
8#3D0614
9#1E030A
Tints
Lighter variations
1#F16C90
2#F37C9C
3#F48DA8
4#F69DB5
5#F7ADC1
6#F9BECD
7#FACEDA
8#FCDEE6
9#FDEFF3
Tones
Muted variations
1#E86387
2#E16A8A
3#DA728E
4#D27991
5#CB8194
6#C38898
7#BC909B
8#B5979F
9#AD9EA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C83 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D60 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1345 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0719 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F4;
--salmon-100: #FCDEE6;
--salmon-200: #F9C2D1;
--salmon-300: #F594AE;
--salmon-400: #F05C83;
--salmon-500: #EB2D60;
--salmon-600: #CD1345;
--salmon-700: #A30F37;
--salmon-800: #750B27;
--salmon-900: #4B0719;
--salmon-950: #2F0410;
}