Salmon
#E99463
OrangeColor Codes
All color formats for development
HEX
#E99463RGB
rgb(233, 148, 99)HSL
hsl(22, 75%, 65%)OKLCH
oklch(0.743 0.121 50)CMYK
cmyk(0%, 36%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E58046
2#E06C29
3#CB5D1D
4#AE5019
5#914215
6#743511
7#57280C
8#3A1B08
9#1D0D04
Tints
Lighter variations
1#EB9F72
2#EDA982
3#EFB492
4#F2BFA1
5#F4C9B1
6#F6D4C1
7#F8DFD0
8#FBEAE0
9#FDF4EF
Tones
Muted variations
1#E2966A
2#DB9770
3#D59977
4#CE9B7E
5#C79D84
6#C19F8B
7#BAA092
8#B3A298
9#ACA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B9 #F0B998 | BordersInactive statesPlaceholder text |
| 400 | E994 #E99463 | Disabled statesSecondary iconsMuted text |
| 500 | E275 #E27536 | Primary brand colorCTAsActive elementsLinks |
| 600 | C45A #C45A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C47 #9C4716 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7033 #703310 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4721 #47210A | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FBEAE0;
--salmon-200: #F7D7C5;
--salmon-300: #F0B998;
--salmon-400: #E99463;
--salmon-500: #E27536;
--salmon-600: #C45A1C;
--salmon-700: #9C4716;
--salmon-800: #703310;
--salmon-900: #47210A;
--salmon-950: #2D1406;
}