Salmon
#FA5284
PinkColor Codes
All color formats for development
HEX
#FA5284RGB
rgb(250, 82, 132)HSL
hsl(342, 94%, 65%)OKLCH
oklch(0.681 0.206 6.4)CMYK
cmyk(0%, 67%, 47%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9326D
2#F81257
3#E10748
4#C1063E
5#A10534
6#810429
7#60031F
8#400215
9#20010A
Tints
Lighter variations
1#FA6390
2#FB749D
3#FB86A9
4#FC97B5
5#FCA8C2
6#FDBACE
7#FDCBDA
8#FEDCE6
9#FEEEF3
Tones
Muted variations
1#F15A88
2#E9638B
3#E06B8E
4#D87392
5#D07C95
6#C78498
7#BF8D9C
8#B7959F
9#AE9DA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DAE | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5284 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82061 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0746 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0538 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0428 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0219 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310210 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FEDCE6;
--salmon-200: #FDBFD1;
--salmon-300: #FB8DAE;
--salmon-400: #FA5284;
--salmon-500: #F82061;
--salmon-600: #DA0746;
--salmon-700: #AD0538;
--salmon-800: #7C0428;
--salmon-900: #4F0219;
--salmon-950: #310210;
}