Salmon
#EA9F62
OrangeColor Codes
All color formats for development
HEX
#EA9F62RGB
rgb(234, 159, 98)HSL
hsl(27, 76%, 65%)OKLCH
oklch(0.764 0.118 58.8)CMYK
cmyk(0%, 32%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E68D45
2#E27B28
3#CC6B1C
4#AF5C18
5#924D14
6#753D10
7#582E0C
8#3A1F08
9#1D0F04
Tints
Lighter variations
1#ECA972
2#EEB281
3#F0BC91
4#F2C5A1
5#F4CFB0
6#F6D9C0
7#F9E2D0
8#FBECE0
9#FDF5EF
Tones
Muted variations
1#E3A069
2#DCA06F
3#D5A176
4#CEA27D
5#C8A284
6#C1A38B
7#BAA491
8#B3A498
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DB #F7DBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C0 #F1C098 | BordersInactive statesPlaceholder text |
| 400 | EA9F #EA9F62 | Disabled statesSecondary iconsMuted text |
| 500 | E384 #E38435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C568 #C5681B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D52 #9D5215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 703B #703B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4826 #48260A | 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: #FDF7F2;
--salmon-100: #FBECE0;
--salmon-200: #F7DBC5;
--salmon-300: #F1C098;
--salmon-400: #EA9F62;
--salmon-500: #E38435;
--salmon-600: #C5681B;
--salmon-700: #9D5215;
--salmon-800: #703B0F;
--salmon-900: #48260A;
--salmon-950: #2D1806;
}