Salmon
#EBA660
OrangeColor Codes
All color formats for development
HEX
#EBA660RGB
rgb(235, 166, 96)HSL
hsl(30, 78%, 65%)OKLCH
oklch(0.777 0.119 64.9)CMYK
cmyk(0%, 29%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89543
2#E48525
3#CF741A
4#B16316
5#945312
6#76420F
7#59320B
8#3B2107
9#1E1104
Tints
Lighter variations
1#EDAF70
2#EFB880
3#F1C190
4#F3C9A0
5#F5D2B0
6#F7DBBF
7#F9E4CF
8#FBEDDF
9#FDF6EF
Tones
Muted variations
1#E4A667
2#DDA66E
3#D6A675
4#D0A67C
5#C9A683
6#C2A68A
7#BBA691
8#B4A698
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DE #F8DEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C4 #F2C497 | BordersInactive statesPlaceholder text |
| 400 | EBA6 #EBA660 | Disabled statesSecondary iconsMuted text |
| 500 | E68C #E68C33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C870 #C87019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F59 #9F5914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7140 #71400E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4929 #492909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBEDDF;
--salmon-200: #F8DEC4;
--salmon-300: #F2C497;
--salmon-400: #EBA660;
--salmon-500: #E68C33;
--salmon-600: #C87019;
--salmon-700: #9F5914;
--salmon-800: #71400E;
--salmon-900: #492909;
--salmon-950: #2D1A06;
}