Salmon
#EA9A62
OrangeColor Codes
All color formats for development
HEX
#EA9A62RGB
rgb(234, 154, 98)HSL
hsl(25, 76%, 65%)OKLCH
oklch(0.755 0.12 54.8)CMYK
cmyk(0%, 34%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E68845
2#E27528
3#CC651C
4#AF5718
5#924814
6#753A10
7#582B0C
8#3A1D08
9#1D0E04
Tints
Lighter variations
1#ECA572
2#EEAF81
3#F0B991
4#F2C3A1
5#F4CDB0
6#F6D7C0
7#F9E1D0
8#FBEBE0
9#FDF5EF
Tones
Muted variations
1#E39C69
2#DC9D6F
3#D59E76
4#CE9F7D
5#C8A084
6#C1A18B
7#BAA291
8#B3A398
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DA #F7DAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BD #F1BD98 | BordersInactive statesPlaceholder text |
| 400 | EA9A #EA9A62 | Disabled statesSecondary iconsMuted text |
| 500 | E37E #E37E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C562 #C5621B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D4E #9D4E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7038 #70380F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4824 #48240A | 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: #FDF6F2;
--salmon-100: #FBEBE0;
--salmon-200: #F7DAC5;
--salmon-300: #F1BD98;
--salmon-400: #EA9A62;
--salmon-500: #E37E35;
--salmon-600: #C5621B;
--salmon-700: #9D4E15;
--salmon-800: #70380F;
--salmon-900: #48240A;
--salmon-950: #2D1606;
}