Salmon
#EA9F61
OrangeColor Codes
All color formats for development
HEX
#EA9F61RGB
rgb(234, 159, 97)HSL
hsl(27, 77%, 65%)OKLCH
oklch(0.764 0.119 59.2)CMYK
cmyk(0%, 32%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E78D44
2#E37B26
3#CD6B1B
4#B05C17
5#934C13
6#753D0F
7#582E0B
8#3B1F08
9#1D0F04
Tints
Lighter variations
1#EDA871
2#EFB281
3#F1BC90
4#F3C5A0
5#F5CFB0
6#F7D9C0
7#F9E2D0
8#FBECDF
9#FDF5EF
Tones
Muted variations
1#E4A068
2#DDA06F
3#D6A176
4#CFA27D
5#C8A283
6#C1A38A
7#BAA491
8#B3A498
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 | F7DB #F7DBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C0 #F2C097 | BordersInactive statesPlaceholder text |
| 400 | EA9F #EA9F61 | Disabled statesSecondary iconsMuted text |
| 500 | E583 #E58334 | Primary brand colorCTAsActive elementsLinks |
| 600 | C768 #C7681A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E52 #9E5215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 713B #713B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4826 #482609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D18 #2D1806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBECDF;
--salmon-200: #F7DBC4;
--salmon-300: #F2C097;
--salmon-400: #EA9F61;
--salmon-500: #E58334;
--salmon-600: #C7681A;
--salmon-700: #9E5215;
--salmon-800: #713B0F;
--salmon-900: #482609;
--salmon-950: #2D1806;
}