Salmon
#E66588
PinkColor Codes
All color formats for development
HEX
#E66588RGB
rgb(230, 101, 136)HSL
hsl(344, 72%, 65%)OKLCH
oklch(0.674 0.163 5.5)CMYK
cmyk(0%, 56%, 41%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14972
2#DD2C5B
3#C8204D
4#AB1C42
5#8F1737
6#72132C
7#560E21
8#390916
9#1D050B
Tints
Lighter variations
1#E97594
2#EB84A0
3#EE94AC
4#F0A3B7
5#F3B2C3
6#F5C2CF
7#F8D1DB
8#FAE0E7
9#FDF0F3
Tones
Muted variations
1#E06C8B
2#D9728E
3#D37991
4#CC7F94
5#C68697
6#BF8C9A
7#B9929D
8#B399A0
9#AC9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB1 | BordersInactive statesPlaceholder text |
| 400 | E665 #E66588 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A66 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A193B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E122A | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F5;
--salmon-100: #FAE0E7;
--salmon-200: #F6C6D3;
--salmon-300: #EF9AB1;
--salmon-400: #E66588;
--salmon-500: #DF3A66;
--salmon-600: #C11F4B;
--salmon-700: #9A193B;
--salmon-800: #6E122A;
--salmon-900: #460B1B;
--salmon-950: #2C0711;
}