Salmon
#EA9662
OrangeColor Codes
All color formats for development
HEX
#EA9662RGB
rgb(234, 150, 98)HSL
hsl(23, 76%, 65%)OKLCH
oklch(0.748 0.122 51.7)CMYK
cmyk(0%, 36%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E68245
2#E26F28
3#CC5F1C
4#AF5218
5#924414
6#753710
7#58290C
8#3A1B08
9#1D0E04
Tints
Lighter variations
1#ECA072
2#EEAB81
3#F0B591
4#F2C0A1
5#F4CAB0
6#F6D5C0
7#F9DFD0
8#FBEAE0
9#FDF4EF
Tones
Muted variations
1#E39869
2#DC996F
3#D59B76
4#CE9C7D
5#C89E84
6#C19F8B
7#BAA191
8#B3A398
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D8 #F7D8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BA #F1BA98 | BordersInactive statesPlaceholder text |
| 400 | EA96 #EA9662 | Disabled statesSecondary iconsMuted text |
| 500 | E378 #E37835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C55C #C55C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D49 #9D4915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7034 #70340F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4822 #48220A | Primary textHigh emphasis contentDark headings |
| 950 | 2D15 #2D1506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FBEAE0;
--salmon-200: #F7D8C5;
--salmon-300: #F1BA98;
--salmon-400: #EA9662;
--salmon-500: #E37835;
--salmon-600: #C55C1B;
--salmon-700: #9D4915;
--salmon-800: #70340F;
--salmon-900: #48220A;
--salmon-950: #2D1506;
}