Salmon
#F65583
PinkColor Codes
All color formats for development
HEX
#F65583RGB
rgb(246, 85, 131)HSL
hsl(343, 90%, 65%)OKLCH
oklch(0.678 0.198 6.8)CMYK
cmyk(0%, 65%, 47%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4366C
2#F31655
3#DC0C47
4#BD0A3D
5#9D0833
6#7E0728
7#5E051E
8#3F0314
9#1F020A
Tints
Lighter variations
1#F7668F
2#F8779C
3#F988A8
4#FA99B5
5#FBAAC1
6#FBBBCD
7#FCCCDA
8#FDDDE6
9#FEEEF3
Tones
Muted variations
1#EE5D86
2#E6658A
3#DE6E8D
4#D67691
5#CE7E94
6#C68698
7#BE8E9B
8#B6969F
9#AE9EA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990AD | BordersInactive statesPlaceholder text |
| 400 | F655 #F65583 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4255F | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B44 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0936 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790627 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0419 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF0F4;
--salmon-100: #FDDDE6;
--salmon-200: #FCC0D1;
--salmon-300: #F990AD;
--salmon-400: #F65583;
--salmon-500: #F4255F;
--salmon-600: #D50B44;
--salmon-700: #AA0936;
--salmon-800: #790627;
--salmon-900: #4E0419;
--salmon-950: #300310;
}