Salmon
#F15B88
PinkColor Codes
All color formats for development
HEX
#F15B88RGB
rgb(241, 91, 136)HSL
hsl(342, 84%, 65%)OKLCH
oklch(0.678 0.187 5.1)CMYK
cmyk(0%, 62%, 44%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE3C72
2#EB1E5B
3#D5134D
4#B71042
5#980D37
6#7A0B2C
7#5B0821
8#3D0516
9#1E030B
Tints
Lighter variations
1#F26B94
2#F47CA0
3#F58CAC
4#F69CB7
5#F8ADC3
6#F9BDCF
7#FBCEDB
8#FCDEE7
9#FEEFF3
Tones
Muted variations
1#E9628B
2#E26A8E
3#DA7191
4#D37994
5#CB8097
6#C4889A
7#BC8F9D
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 #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693B1 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B88 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE124B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE7;
--salmon-200: #FAC2D3;
--salmon-300: #F693B1;
--salmon-400: #F15B88;
--salmon-500: #ED2C66;
--salmon-600: #CE124B;
--salmon-700: #A40E3B;
--salmon-800: #750A2A;
--salmon-900: #4B071B;
--salmon-950: #2F0411;
}