Salmon
#EE5D84
PinkColor Codes
All color formats for development
HEX
#EE5D84RGB
rgb(238, 93, 132)HSL
hsl(344, 81%, 65%)OKLCH
oklch(0.675 0.181 6.7)CMYK
cmyk(0%, 61%, 45%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F6D
2#E82156
3#D21648
4#B4133E
5#961034
6#780D29
7#5A091F
8#3C0615
9#1E030A
Tints
Lighter variations
1#F06E90
2#F17E9D
3#F38EA9
4#F59EB5
5#F7AEC2
6#F8BECE
7#FACFDA
8#FCDFE6
9#FDEFF3
Tones
Muted variations
1#E76587
2#E06C8B
3#D8738E
4#D17A92
5#CA8295
6#C38998
7#BB909C
8#B4979F
9#AD9FA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495AE | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D84 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F61 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1546 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0819 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0510 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F4;
--salmon-100: #FCDFE6;
--salmon-200: #F9C3D1;
--salmon-300: #F495AE;
--salmon-400: #EE5D84;
--salmon-500: #E92F61;
--salmon-600: #CB1546;
--salmon-700: #A21138;
--salmon-800: #730C28;
--salmon-900: #4A0819;
--salmon-950: #2E0510;
}