Salmon
#F55671
RedColor Codes
All color formats for development
HEX
#F55671RGB
rgb(245, 86, 113)HSL
hsl(350, 89%, 65%)OKLCH
oklch(0.673 0.194 14)CMYK
cmyk(0%, 65%, 54%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33756
2#F2183C
3#DB0D2F
4#BC0B28
5#9D0922
6#7D071B
7#5E0514
8#3F040D
9#1F0207
Tints
Lighter variations
1#F6677F
2#F7788D
3#F8899B
4#F99AAA
5#FAABB8
6#FBBCC6
7#FCCCD4
8#FDDDE3
9#FEEEF1
Tones
Muted variations
1#ED5E76
2#E5667B
3#DD6E81
4#D57686
5#CD7E8B
6#C68691
7#BE8E96
8#B6969B
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A2 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55671 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22648 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78071A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0411 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F3;
--salmon-100: #FDDDE3;
--salmon-200: #FBC0CA;
--salmon-300: #F990A2;
--salmon-400: #F55671;
--salmon-500: #F22648;
--salmon-600: #D40C2E;
--salmon-700: #A90A24;
--salmon-800: #78071A;
--salmon-900: #4D0411;
--salmon-950: #30030A;
}