Salmon
#F15B85
PinkColor Codes
All color formats for development
HEX
#F15B85RGB
rgb(241, 91, 133)HSL
hsl(343, 84%, 65%)OKLCH
oklch(0.677 0.187 6.3)CMYK
cmyk(0%, 62%, 45%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C6F
2#EB1E58
3#D5134A
4#B7103F
5#980D35
6#7A0B2A
7#5B0820
8#3D0515
9#1E030B
Tints
Lighter variations
1#F26B91
2#F47C9E
3#F58CAA
4#F69CB6
5#F8ADC2
6#F9BDCE
7#FBCEDA
8#FCDEE7
9#FEEFF3
Tones
Muted variations
1#E96289
2#E26A8C
3#DA718F
4#D37992
5#CB8096
6#C48899
7#BC8F9C
8#B5979F
9#AD9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693AF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B85 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C62 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1247 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE7;
--salmon-200: #FAC2D2;
--salmon-300: #F693AF;
--salmon-400: #F15B85;
--salmon-500: #ED2C62;
--salmon-600: #CE1247;
--salmon-700: #A40E39;
--salmon-800: #750A29;
--salmon-900: #4B071A;
--salmon-950: #2F0410;
}