Salmon
#F5949A
RedColor Codes
All color formats for development
HEX
#F5949ARGB
rgb(245, 148, 154)HSL
hsl(356, 83%, 77%)OKLCH
oklch(0.769 0.117 16.2)CMYK
cmyk(0%, 40%, 37%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27078
2#EE4C57
3#EB2835
4#D81421
5#B4111C
6#900D16
7#6C0A11
8#48070B
9#240306
Tints
Lighter variations
1#F69EA4
2#F7A9AE
3#F8B4B8
4#F9BFC2
5#FAC9CD
6#FBD4D7
7#FCDFE1
8#FDEAEB
9#FEF4F5
Tones
Muted variations
1#F0999E
2#EB9DA3
3#E6A2A7
4#E2A7AB
5#DDACAF
6#D8B1B3
7#D3B6B8
8#CEBBBC
9#C9BFC0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F5949A | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C66 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D3A | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F2;
--salmon-100: #FCDEE0;
--salmon-200: #F9C2C6;
--salmon-300: #F5949A;
--salmon-400: #F05C66;
--salmon-500: #EB2D3A;
--salmon-600: #CD131F;
--salmon-700: #A30F19;
--salmon-800: #750B12;
--salmon-900: #4B070B;
--salmon-950: #2F0407;
}