Salmon
#EAAA62
OrangeColor Codes
All color formats for development
HEX
#EAAA62RGB
rgb(234, 170, 98)HSL
hsl(32, 76%, 65%)OKLCH
oklch(0.784 0.117 67.9)CMYK
cmyk(0%, 27%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69B45
2#E28B28
3#CC7A1C
4#AF6818
5#925714
6#754610
7#58340C
8#3A2308
9#1D1104
Tints
Lighter variations
1#ECB372
2#EEBB81
3#F0C491
4#F2CCA1
5#F4D5B0
6#F6DDC0
7#F9E6D0
8#FBEEE0
9#FDF7EF
Tones
Muted variations
1#E3AA69
2#DCA96F
3#D5A976
4#CEA87D
5#C8A884
6#C1A88B
7#BAA791
8#B3A798
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C7 #F1C798 | BordersInactive statesPlaceholder text |
| 400 | EAAA #EAAA62 | Disabled statesSecondary iconsMuted text |
| 500 | E392 #E39235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C576 #C5761B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5E #9D5E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7043 #70430F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482B #482B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF8F2;
--salmon-100: #FBEEE0;
--salmon-200: #F7E0C5;
--salmon-300: #F1C798;
--salmon-400: #EAAA62;
--salmon-500: #E39235;
--salmon-600: #C5761B;
--salmon-700: #9D5E15;
--salmon-800: #70430F;
--salmon-900: #482B0A;
--salmon-950: #2D1B06;
}