Salmon
#EC5F7B
RedColor Codes
All color formats for development
HEX
#EC5F7BRGB
rgb(236, 95, 123)HSL
hsl(348, 79%, 65%)OKLCH
oklch(0.672 0.175 11)CMYK
cmyk(0%, 60%, 48%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94263
2#E5244B
3#D0183D
4#B21534
5#94112C
6#770E23
7#590A1A
8#3B0711
9#1E0309
Tints
Lighter variations
1#EE6F89
2#F07F96
3#F28FA3
4#F49FB0
5#F6AFBD
6#F8BFCA
7#F9CFD8
8#FBDFE5
9#FDEFF2
Tones
Muted variations
1#E56680
2#DE6D84
3#D77488
4#D07B8C
5#C98291
6#C28A95
7#BB9199
8#B4989D
9#AD9FA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A9 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F7B | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73256 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9183B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0132F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490915 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F4;
--salmon-100: #FBDFE5;
--salmon-200: #F8C4CE;
--salmon-300: #F396A9;
--salmon-400: #EC5F7B;
--salmon-500: #E73256;
--salmon-600: #C9183B;
--salmon-700: #A0132F;
--salmon-800: #720D22;
--salmon-900: #490915;
--salmon-950: #2E050D;
}