Salmon
#EB7760
RedColor Codes
All color formats for development
HEX
#EB7760RGB
rgb(235, 119, 96)HSL
hsl(10, 78%, 65%)OKLCH
oklch(0.698 0.148 32.6)CMYK
cmyk(0%, 49%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E85E43
2#E44525
3#CF381A
4#B13016
5#942812
6#76200F
7#59180B
8#3B1007
9#1E0804
Tints
Lighter variations
1#ED8570
2#EF9280
3#F1A090
4#F3AEA0
5#F5BBB0
6#F7C9BF
7#F9D6CF
8#FBE4DF
9#FDF1EF
Tones
Muted variations
1#E47C67
2#DD816E
3#D68575
4#D08A7C
5#C98F83
6#C2938A
7#BB9891
8#B49C98
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A6 #F2A697 | BordersInactive statesPlaceholder text |
| 400 | EB77 #EB7760 | Disabled statesSecondary iconsMuted text |
| 500 | E651 #E65133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C836 #C83619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F2B #9F2B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711F #711F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE4DF;
--salmon-200: #F8CDC4;
--salmon-300: #F2A697;
--salmon-400: #EB7760;
--salmon-500: #E65133;
--salmon-600: #C83619;
--salmon-700: #9F2B14;
--salmon-800: #711F0E;
--salmon-900: #491409;
--salmon-950: #2D0C06;
}