Salmon
#EC855F
OrangeColor Codes
All color formats for development
HEX
#EC855FRGB
rgb(236, 133, 95)HSL
hsl(16, 79%, 65%)OKLCH
oklch(0.721 0.137 40.7)CMYK
cmyk(0%, 44%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E96E42
2#E55724
3#D04918
4#B23F15
5#943411
6#772A0E
7#591F0A
8#3B1507
9#1E0A03
Tints
Lighter variations
1#EE916F
2#F09D7F
3#F2A98F
4#F4B69F
5#F6C2AF
6#F8CEBF
7#F9DACF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E58866
2#DE8B6D
3#D78F74
4#D0927B
5#C99582
6#C2998A
7#BB9C91
8#B49F98
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D2 #F8D2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AF #F3AF96 | BordersInactive statesPlaceholder text |
| 400 | EC85 #EC855F | Disabled statesSecondary iconsMuted text |
| 500 | E762 #E76232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C947 #C94718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A038 #A03813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7228 #72280D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491A #491A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE7DF;
--salmon-200: #F8D2C4;
--salmon-300: #F3AF96;
--salmon-400: #EC855F;
--salmon-500: #E76232;
--salmon-600: #C94718;
--salmon-700: #A03813;
--salmon-800: #72280D;
--salmon-900: #491A09;
--salmon-950: #2E1005;
}