Salmon
#E69B65
OrangeColor Codes
All color formats for development
HEX
#E69B65RGB
rgb(230, 155, 101)HSL
hsl(25, 72%, 65%)OKLCH
oklch(0.753 0.114 55.8)CMYK
cmyk(0%, 33%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E18849
2#DD762C
3#C86620
4#AB581C
5#8F4917
6#723A13
7#562C0E
8#391D09
9#1D0F05
Tints
Lighter variations
1#E9A575
2#EBAF84
3#EEB994
4#F0C3A3
5#F3CDB2
6#F5D7C2
7#F8E1D1
8#FAEBE0
9#FDF5F0
Tones
Muted variations
1#E09C6C
2#D99D72
3#D39E79
4#CC9F7F
5#C6A086
6#BFA18C
7#B9A392
8#B3A499
9#ACA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DA #F6DAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBD #EFBD9A | BordersInactive statesPlaceholder text |
| 400 | E69B #E69B65 | Disabled statesSecondary iconsMuted text |
| 500 | DF7E #DF7E3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C163 #C1631F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4F #9A4F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E38 #6E3812 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4624 #46240B | Primary textHigh emphasis contentDark headings |
| 950 | 2C16 #2C1607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAEBE0;
--salmon-200: #F6DAC6;
--salmon-300: #EFBD9A;
--salmon-400: #E69B65;
--salmon-500: #DF7E3A;
--salmon-600: #C1631F;
--salmon-700: #9A4F19;
--salmon-800: #6E3812;
--salmon-900: #46240B;
--salmon-950: #2C1607;
}