Salmon
#EE5D86
PinkColor Codes
All color formats for development
HEX
#EE5D86RGB
rgb(238, 93, 134)HSL
hsl(343, 81%, 65%)OKLCH
oklch(0.675 0.181 5.9)CMYK
cmyk(0%, 61%, 44%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F70
2#E8215A
3#D2164B
4#B41341
5#961036
6#780D2B
7#5A0920
8#3C0616
9#1E030B
Tints
Lighter variations
1#F06E92
2#F17E9F
3#F38EAB
4#F59EB7
5#F7AEC3
6#F8BECF
7#FACFDB
8#FCDFE7
9#FDEFF3
Tones
Muted variations
1#E7658A
2#E06C8D
3#D87390
4#D17A93
5#CA8296
6#C38999
7#BB909C
8#B4979F
9#AD9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495B0 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D86 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F64 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2113A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A081A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0511 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDFE7;
--salmon-200: #F9C3D2;
--salmon-300: #F495B0;
--salmon-400: #EE5D86;
--salmon-500: #E92F64;
--salmon-600: #CB1549;
--salmon-700: #A2113A;
--salmon-800: #730C29;
--salmon-900: #4A081A;
--salmon-950: #2E0511;
}