Salmon
#FF4D79
RedColor Codes
All color formats for development
HEX
#FF4D79RGB
rgb(255, 77, 121)HSL
hsl(345, 100%, 65%)OKLCH
oklch(0.681 0.214 10.4)CMYK
cmyk(0%, 70%, 53%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2B60
2#FF0A47
3#E8003A
4#C70032
5#A60029
6#850021
7#630019
8#420011
9#210008
Tints
Lighter variations
1#FF5E87
2#FF7094
3#FF82A1
4#FF94AF
5#FFA6BC
6#FFB8C9
7#FFC9D7
8#FFDBE4
9#FFEDF2
Tones
Muted variations
1#F6557E
2#ED5E82
3#E46787
4#DB708B
5#D2798F
6#C98294
7#C18B98
8#B8949D
9#AF9DA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA7 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D79 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A53 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00038 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3002D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520014 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FFDBE4;
--salmon-200: #FFBDCD;
--salmon-300: #FF8AA7;
--salmon-400: #FF4D79;
--salmon-500: #FF1A53;
--salmon-600: #E00038;
--salmon-700: #B3002D;
--salmon-800: #800020;
--salmon-900: #520014;
--salmon-950: #33000D;
}