Salmon
#F3587C
RedColor Codes
All color formats for development
HEX
#F3587CRGB
rgb(243, 88, 124)HSL
hsl(346, 87%, 65%)OKLCH
oklch(0.675 0.191 9.8)CMYK
cmyk(0%, 64%, 49%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F13964
2#EF1A4C
3#D90F3E
4#BA0D35
5#9B0B2C
6#7C0924
7#5D061B
8#3E0412
9#1F0209
Tints
Lighter variations
1#F56989
2#F67996
3#F78AA4
4#F89BB1
5#F9ACBE
6#FABCCB
7#FCCDD8
8#FDDEE5
9#FEEEF2
Tones
Muted variations
1#EC6080
2#E46885
3#DC6F89
4#D4778D
5#CD7F91
6#C58795
7#BD8E99
8#B5969D
9#AE9EA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791A9 | BordersInactive statesPlaceholder text |
| 400 | F358 #F3587C | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02857 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770822 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0516 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F4;
--salmon-100: #FDDEE5;
--salmon-200: #FBC1CE;
--salmon-300: #F791A9;
--salmon-400: #F3587C;
--salmon-500: #F02857;
--salmon-600: #D20F3C;
--salmon-700: #A70C30;
--salmon-800: #770822;
--salmon-900: #4C0516;
--salmon-950: #30030E;
}