Salmon
#ED9A5E
OrangeColor Codes
All color formats for development
HEX
#ED9A5ERGB
rgb(237, 154, 94)HSL
hsl(25, 80%, 65%)OKLCH
oklch(0.758 0.125 55.4)CMYK
cmyk(0%, 35%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8741
2#E77423
3#D16517
4#B35614
5#954811
6#77390D
7#5A2B0A
8#3C1D07
9#1E0E03
Tints
Lighter variations
1#EFA46E
2#F1AE7E
3#F3B88F
4#F4C29F
5#F6CCAF
6#F8D7BF
7#FAE1CF
8#FBEBDF
9#FDF5EF
Tones
Muted variations
1#E69B65
2#DF9C6D
3#D89D74
4#D19F7B
5#C9A082
6#C2A189
7#BBA290
8#B4A397
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BD #F3BD95 | BordersInactive statesPlaceholder text |
| 400 | ED9A #ED9A5E | Disabled statesSecondary iconsMuted text |
| 500 | E87D #E87D30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA61 #CA6116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A14D #A14D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7337 #73370D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4923 #492308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E16 #2E1605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBEBDF;
--salmon-200: #F8D9C3;
--salmon-300: #F3BD95;
--salmon-400: #ED9A5E;
--salmon-500: #E87D30;
--salmon-600: #CA6116;
--salmon-700: #A14D12;
--salmon-800: #73370D;
--salmon-900: #492308;
--salmon-950: #2E1605;
}