Salmon
#EB6077
RedColor Codes
All color formats for development
HEX
#EB6077RGB
rgb(235, 96, 119)HSL
hsl(350, 78%, 65%)OKLCH
oklch(0.671 0.172 13)CMYK
cmyk(0%, 59%, 49%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8435E
2#E42545
3#CF1A38
4#B11630
5#941228
6#760F20
7#590B18
8#3B0710
9#1E0408
Tints
Lighter variations
1#ED7085
2#EF8092
3#F190A0
4#F3A0AE
5#F5B0BB
6#F7BFC9
7#F9CFD6
8#FBDFE4
9#FDEFF1
Tones
Muted variations
1#E4677C
2#DD6E81
3#D67585
4#D07C8A
5#C9838F
6#C28A93
7#BB9198
8#B4989C
9#AD9FA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6077 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63351 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F142B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490914 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F3;
--salmon-100: #FBDFE4;
--salmon-200: #F8C4CD;
--salmon-300: #F297A6;
--salmon-400: #EB6077;
--salmon-500: #E63351;
--salmon-600: #C81936;
--salmon-700: #9F142B;
--salmon-800: #710E1F;
--salmon-900: #490914;
--salmon-950: #2D060C;
}