Salmon
#E69265
OrangeColor Codes
All color formats for development
HEX
#E69265RGB
rgb(230, 146, 101)HSL
hsl(21, 72%, 65%)OKLCH
oklch(0.737 0.118 48.4)CMYK
cmyk(0%, 37%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E17E49
2#DD6A2C
3#C85B20
4#AB4E1C
5#8F4117
6#723413
7#56270E
8#391A09
9#1D0D05
Tints
Lighter variations
1#E99D75
2#EBA884
3#EEB394
4#F0BEA3
5#F3C9B2
6#F5D4C2
7#F8DED1
8#FAE9E0
9#FDF4F0
Tones
Muted variations
1#E0946C
2#D99672
3#D39879
4#CC9A7F
5#C69C86
6#BF9E8C
7#B9A092
8#B3A299
9#ACA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E692 #E69265 | Disabled statesSecondary iconsMuted text |
| 500 | DF73 #DF733A | Primary brand colorCTAsActive elementsLinks |
| 600 | C158 #C1581F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4619 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4620 #46200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAE9E0;
--salmon-200: #F6D7C6;
--salmon-300: #EFB89A;
--salmon-400: #E69265;
--salmon-500: #DF733A;
--salmon-600: #C1581F;
--salmon-700: #9A4619;
--salmon-800: #6E3212;
--salmon-900: #46200B;
--salmon-950: #2C1407;
}