Salmon
#F15B8A
PinkColor Codes
All color formats for development
HEX
#F15B8ARGB
rgb(241, 91, 138)HSL
hsl(341, 84%, 65%)OKLCH
oklch(0.679 0.188 4.2)CMYK
cmyk(0%, 62%, 43%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C75
2#EB1E5F
3#D51350
4#B71045
5#980D39
6#7A0B2E
7#5B0822
8#3D0517
9#1E030B
Tints
Lighter variations
1#F26B96
2#F47CA2
3#F58CAD
4#F69CB9
5#F8ADC5
6#F9BDD0
7#FBCEDC
8#FCDEE8
9#FEEFF3
Tones
Muted variations
1#E9628D
2#E26A90
3#DA7193
4#D37995
5#CB8098
6#C4889B
7#BC8F9E
8#B597A0
9#AD9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693B2 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B8A | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C69 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE124E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0412 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE8;
--salmon-200: #FAC2D4;
--salmon-300: #F693B2;
--salmon-400: #F15B8A;
--salmon-500: #ED2C69;
--salmon-600: #CE124E;
--salmon-700: #A40E3E;
--salmon-800: #750A2C;
--salmon-900: #4B071C;
--salmon-950: #2F0412;
}