Salmon
#E7657C
RedColor Codes
All color formats for development
HEX
#E7657CRGB
rgb(231, 101, 124)HSL
hsl(349, 73%, 65%)OKLCH
oklch(0.673 0.162 11.6)CMYK
cmyk(0%, 56%, 46%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24864
2#DE2B4C
3#C91F3E
4#AC1B35
5#8F162D
6#731224
7#560D1B
8#390912
9#1D0409
Tints
Lighter variations
1#E9748A
2#EC8397
3#EE93A4
4#F1A2B1
5#F3B2BE
6#F5C1CB
7#F8D1D8
8#FAE0E5
9#FDF0F2
Tones
Muted variations
1#E06B81
2#DA7285
3#D37889
4#CD7F8D
5#C68591
6#C08C95
7#B99299
8#B3999D
9#AC9FA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657C | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03857 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1830 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1122 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B16 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F4;
--salmon-100: #FAE0E5;
--salmon-200: #F6C6CF;
--salmon-300: #EF9AA9;
--salmon-400: #E7657C;
--salmon-500: #E03857;
--salmon-600: #C21E3C;
--salmon-700: #9A1830;
--salmon-800: #6E1122;
--salmon-900: #470B16;
--salmon-950: #2C070E;
}