Salmon
#EDAF5E
OrangeColor Codes
All color formats for development
HEX
#EDAF5ERGB
rgb(237, 175, 94)HSL
hsl(34, 80%, 65%)OKLCH
oklch(0.796 0.122 71.8)CMYK
cmyk(0%, 26%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA041
2#E79223
3#D18017
4#B36E14
5#955C11
6#77490D
7#5A370A
8#3C2507
9#1E1203
Tints
Lighter variations
1#EFB76E
2#F1BF7E
3#F3C78F
4#F4CF9F
5#F6D7AF
6#F8DFBF
7#FAE7CF
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E6AE65
2#DFAD6D
3#D8AC74
4#D1AB7B
5#C9AB82
6#C2AA89
7#BBA990
8#B4A897
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CB #F3CB95 | BordersInactive statesPlaceholder text |
| 400 | EDAF #EDAF5E | Disabled statesSecondary iconsMuted text |
| 500 | E898 #E89830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7C #CA7C16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A163 #A16312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7347 #73470D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF8F1;
--salmon-100: #FBEFDF;
--salmon-200: #F8E1C3;
--salmon-300: #F3CB95;
--salmon-400: #EDAF5E;
--salmon-500: #E89830;
--salmon-600: #CA7C16;
--salmon-700: #A16312;
--salmon-800: #73470D;
--salmon-900: #492D08;
--salmon-950: #2E1C05;
}