Salmon
#FF4D85
PinkColor Codes
All color formats for development
HEX
#FF4D85RGB
rgb(255, 77, 133)HSL
hsl(341, 100%, 65%)OKLCH
oklch(0.684 0.216 6)CMYK
cmyk(0%, 70%, 48%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B6E
2#FF0A58
3#E80049
4#C7003F
5#A60034
6#85002A
7#63001F
8#420015
9#21000A
Tints
Lighter variations
1#FF5E91
2#FF709D
3#FF82AA
4#FF94B6
5#FFA6C2
6#FFB8CE
7#FFC9DA
8#FFDBE7
9#FFEDF3
Tones
Muted variations
1#F65588
2#ED5E8C
3#E4678F
4#DB7092
5#D27995
6#C98299
7#C18B9C
8#B8949F
9#AF9DA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AAF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D85 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A62 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00047 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330010 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F5;
--salmon-100: #FFDBE7;
--salmon-200: #FFBDD2;
--salmon-300: #FF8AAF;
--salmon-400: #FF4D85;
--salmon-500: #FF1A62;
--salmon-600: #E00047;
--salmon-700: #B30039;
--salmon-800: #800028;
--salmon-900: #52001A;
--salmon-950: #330010;
}