Salmon
#E6657F
RedColor Codes
All color formats for development
HEX
#E6657FRGB
rgb(230, 101, 127)HSL
hsl(348, 72%, 65%)OKLCH
oklch(0.672 0.161 10)CMYK
cmyk(0%, 56%, 45%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E14967
2#DD2C50
3#C82042
4#AB1C38
5#8F172F
6#721326
7#560E1C
8#390913
9#1D0509
Tints
Lighter variations
1#E9758C
2#EB8499
3#EE94A6
4#F0A3B2
5#F3B2BF
6#F5C2CC
7#F8D1D9
8#FAE0E5
9#FDF0F2
Tones
Muted variations
1#E06C83
2#D97287
3#D3798B
4#CC7F8F
5#C68692
6#BF8C96
7#B9929A
8#B3999E
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 #F6C6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E665 #E6657F | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A5B | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1224 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B17 | 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: #F6C6D0;
--salmon-300: #EF9AAB;
--salmon-400: #E6657F;
--salmon-500: #DF3A5B;
--salmon-600: #C11F40;
--salmon-700: #9A1933;
--salmon-800: #6E1224;
--salmon-900: #460B17;
--salmon-950: #2C070E;
}