Salmon
#ED9F5E
OrangeColor Codes
All color formats for development
HEX
#ED9F5ERGB
rgb(237, 159, 94)HSL
hsl(27, 80%, 65%)OKLCH
oklch(0.767 0.124 59.2)CMYK
cmyk(0%, 33%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8D41
2#E77B23
3#D16B17
4#B35B14
5#954C11
6#773D0D
7#5A2E0A
8#3C1E07
9#1E0F03
Tints
Lighter variations
1#EFA86E
2#F1B27E
3#F3BC8F
4#F4C59F
5#F6CFAF
6#F8D8BF
7#FAE2CF
8#FBECDF
9#FDF5EF
Tones
Muted variations
1#E69F65
2#DFA06D
3#D8A174
4#D1A17B
5#C9A282
6#C2A389
7#BBA490
8#B4A497
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DB #F8DBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C0 #F3C095 | BordersInactive statesPlaceholder text |
| 400 | ED9F #ED9F5E | Disabled statesSecondary iconsMuted text |
| 500 | E883 #E88330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA67 #CA6716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A152 #A15212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 733B #733B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4926 #492608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E17 #2E1705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBECDF;
--salmon-200: #F8DBC3;
--salmon-300: #F3C095;
--salmon-400: #ED9F5E;
--salmon-500: #E88330;
--salmon-600: #CA6716;
--salmon-700: #A15212;
--salmon-800: #733B0D;
--salmon-900: #492608;
--salmon-950: #2E1705;
}