Salmon
#E7656F
RedColor Codes
All color formats for development
HEX
#E7656FRGB
rgb(231, 101, 111)HSL
hsl(355, 73%, 65%)OKLCH
oklch(0.67 0.162 17.9)CMYK
cmyk(0%, 56%, 52%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24855
2#DE2B3A
3#C91F2D
4#AC1B27
5#8F1620
6#73121A
7#560D13
8#39090D
9#1D0406
Tints
Lighter variations
1#E9747E
2#EC838C
3#EE939B
4#F1A2A9
5#F3B2B7
6#F5C1C6
7#F8D1D4
8#FAE0E2
9#FDF0F1
Tones
Muted variations
1#E06B75
2#DA727A
3#D37880
4#CD7F85
5#C6858B
6#C08C90
7#B99295
8#B3999B
9#AC9FA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7656F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03846 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1119 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B10 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F3;
--salmon-100: #FAE0E2;
--salmon-200: #F6C6CA;
--salmon-300: #EF9AA1;
--salmon-400: #E7656F;
--salmon-500: #E03846;
--salmon-600: #C21E2C;
--salmon-700: #9A1823;
--salmon-800: #6E1119;
--salmon-900: #470B10;
--salmon-950: #2C070A;
}