Salmon
#F05C77
RedColor Codes
All color formats for development
HEX
#F05C77RGB
rgb(240, 92, 119)HSL
hsl(349, 83%, 65%)OKLCH
oklch(0.673 0.182 12.5)CMYK
cmyk(0%, 62%, 50%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D5E
2#EA1F44
3#D41437
4#B6112F
5#980E27
6#790B1F
7#5B0818
8#3D0610
9#1E0308
Tints
Lighter variations
1#F16C84
2#F37C92
3#F48DA0
4#F69DAD
5#F7ADBB
6#F9BEC9
7#FACED6
8#FCDEE4
9#FDEFF1
Tones
Muted variations
1#E8637C
2#E16A80
3#DA7285
4#D2798A
5#CB818E
6#C38893
7#BC9098
8#B5979C
9#AD9EA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594A6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C77 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D50 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1335 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0713 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F3;
--salmon-100: #FCDEE4;
--salmon-200: #F9C2CC;
--salmon-300: #F594A6;
--salmon-400: #F05C77;
--salmon-500: #EB2D50;
--salmon-600: #CD1335;
--salmon-700: #A30F2A;
--salmon-800: #750B1E;
--salmon-900: #4B0713;
--salmon-950: #2F040C;
}