Salmon
#EB8160
RedColor Codes
All color formats for development
HEX
#EB8160RGB
rgb(235, 129, 96)HSL
hsl(14, 78%, 65%)OKLCH
oklch(0.714 0.139 38)CMYK
cmyk(0%, 45%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E86943
2#E45225
3#CF441A
4#B13A16
5#943012
6#76270F
7#591D0B
8#3B1307
9#1E0A04
Tints
Lighter variations
1#ED8D70
2#EF9A80
3#F1A790
4#F3B3A0
5#F5C0B0
6#F7CCBF
7#F9D9CF
8#FBE6DF
9#FDF2EF
Tones
Muted variations
1#E48467
2#DD886E
3#D68C75
4#D08F7C
5#C99383
6#C2978A
7#BB9B91
8#B49E98
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D0 #F8D0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AC #F2AC97 | BordersInactive statesPlaceholder text |
| 400 | EB81 #EB8160 | Disabled statesSecondary iconsMuted text |
| 500 | E65D #E65D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C842 #C84219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F34 #9F3414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7125 #71250E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4918 #491809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F1;
--salmon-100: #FBE6DF;
--salmon-200: #F8D0C4;
--salmon-300: #F2AC97;
--salmon-400: #EB8160;
--salmon-500: #E65D33;
--salmon-600: #C84219;
--salmon-700: #9F3414;
--salmon-800: #71250E;
--salmon-900: #491809;
--salmon-950: #2D0F06;
}