Salmon
#F65586
PinkColor Codes
All color formats for development
HEX
#F65586RGB
rgb(246, 85, 134)HSL
hsl(342, 90%, 65%)OKLCH
oklch(0.678 0.199 5.5)CMYK
cmyk(0%, 65%, 46%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4366F
2#F31659
3#DC0C4A
4#BD0A40
5#9D0835
6#7E072A
7#5E0520
8#3F0315
9#1F020B
Tints
Lighter variations
1#F76692
2#F8779E
3#F988AA
4#FA99B6
5#FBAAC2
6#FBBBCE
7#FCCCDB
8#FDDDE7
9#FEEEF3
Tones
Muted variations
1#EE5D89
2#E6658C
3#DE6E8F
4#D67692
5#CE7E96
6#C68699
7#BE8E9C
8#B6969F
9#AE9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990AF | BordersInactive statesPlaceholder text |
| 400 | F655 #F65586 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42563 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0939 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790629 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041A | 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: #FEF0F5;
--salmon-100: #FDDDE7;
--salmon-200: #FCC0D2;
--salmon-300: #F990AF;
--salmon-400: #F65586;
--salmon-500: #F42563;
--salmon-600: #D50B48;
--salmon-700: #AA0939;
--salmon-800: #790629;
--salmon-900: #4E041A;
--salmon-950: #300310;
}