Salmon
#EBA360
OrangeColor Codes
All color formats for development
HEX
#EBA360RGB
rgb(235, 163, 96)HSL
hsl(29, 78%, 65%)OKLCH
oklch(0.772 0.12 62.4)CMYK
cmyk(0%, 31%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89243
2#E48125
3#CF711A
4#B16116
5#945112
6#76410F
7#59300B
8#3B2007
9#1E1004
Tints
Lighter variations
1#EDAD70
2#EFB680
3#F1BF90
4#F3C8A0
5#F5D1B0
6#F7DABF
7#F9E4CF
8#FBEDDF
9#FDF6EF
Tones
Muted variations
1#E4A467
2#DDA46E
3#D6A475
4#D0A47C
5#C9A583
6#C2A58A
7#BBA591
8#B4A598
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 | F8DD #F8DDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C3 #F2C397 | BordersInactive statesPlaceholder text |
| 400 | EBA3 #EBA360 | Disabled statesSecondary iconsMuted text |
| 500 | E689 #E68933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C86D #C86D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F57 #9F5714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 713E #713E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4928 #492809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D19 #2D1906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBEDDF;
--salmon-200: #F8DDC4;
--salmon-300: #F2C397;
--salmon-400: #EBA360;
--salmon-500: #E68933;
--salmon-600: #C86D19;
--salmon-700: #9F5714;
--salmon-800: #713E0E;
--salmon-900: #492809;
--salmon-950: #2D1906;
}