Salmon
#EA9861
OrangeColor Codes
All color formats for development
HEX
#EA9861RGB
rgb(234, 152, 97)HSL
hsl(24, 77%, 65%)OKLCH
oklch(0.751 0.122 53.7)CMYK
cmyk(0%, 35%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E78544
2#E37226
3#CD621B
4#B05417
5#934613
6#75380F
7#582A0B
8#3B1C08
9#1D0E04
Tints
Lighter variations
1#EDA271
2#EFAD81
3#F1B790
4#F3C1A0
5#F5CCB0
6#F7D6C0
7#F9E0D0
8#FBEADF
9#FDF5EF
Tones
Muted variations
1#E49968
2#DD9B6F
3#D69C76
4#CF9E7D
5#C89F83
6#C1A08A
7#BAA291
8#B3A398
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D9 #F7D9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BB #F2BB97 | BordersInactive statesPlaceholder text |
| 400 | EA98 #EA9861 | Disabled statesSecondary iconsMuted text |
| 500 | E57B #E57B34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C75F #C75F1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E4C #9E4C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7136 #71360F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4823 #482309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBEADF;
--salmon-200: #F7D9C4;
--salmon-300: #F2BB97;
--salmon-400: #EA9861;
--salmon-500: #E57B34;
--salmon-600: #C75F1A;
--salmon-700: #9E4C15;
--salmon-800: #71360F;
--salmon-900: #482309;
--salmon-950: #2D1606;
}