Salmon
#F55673
RedColor Codes
All color formats for development
HEX
#F55673RGB
rgb(245, 86, 115)HSL
hsl(349, 89%, 65%)OKLCH
oklch(0.673 0.194 13.2)CMYK
cmyk(0%, 65%, 53%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3375A
2#F21840
3#DB0D33
4#BC0B2B
5#9D0924
6#7D071D
7#5E0516
8#3F040E
9#1F0207
Tints
Lighter variations
1#F66781
2#F7788F
3#F8899D
4#F99AAB
5#FAABB9
6#FBBCC7
7#FCCCD5
8#FDDDE3
9#FEEEF1
Tones
Muted variations
1#ED5E78
2#E5667E
3#DD6E83
4#D57688
5#CD7E8D
6#C68692
7#BE8E97
8#B6969C
9#AE9EA1
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 #FBC0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A3 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55673 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F2264C | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78071C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0412 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F3;
--salmon-100: #FDDDE3;
--salmon-200: #FBC0CB;
--salmon-300: #F990A3;
--salmon-400: #F55673;
--salmon-500: #F2264C;
--salmon-600: #D40C31;
--salmon-700: #A90A27;
--salmon-800: #78071C;
--salmon-900: #4D0412;
--salmon-950: #30030B;
}