Salmon
#E99B63
OrangeColor Codes
All color formats for development
HEX
#E99B63RGB
rgb(233, 155, 99)HSL
hsl(25, 75%, 65%)OKLCH
oklch(0.756 0.118 55.5)CMYK
cmyk(0%, 33%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E58846
2#E07529
3#CB661D
4#AE5719
5#914915
6#743A11
7#572C0C
8#3A1D08
9#1D0F04
Tints
Lighter variations
1#EBA572
2#EDAF82
3#EFB992
4#F2C3A1
5#F4CDB1
6#F6D7C1
7#F8E1D0
8#FBEBE0
9#FDF5EF
Tones
Muted variations
1#E29C6A
2#DB9D70
3#D59E77
4#CE9F7E
5#C7A084
6#C1A18B
7#BAA292
8#B3A498
9#ACA59F
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 | F0BD #F0BD98 | BordersInactive statesPlaceholder text |
| 400 | E99B #E99B63 | Disabled statesSecondary iconsMuted text |
| 500 | E27E #E27E36 | Primary brand colorCTAsActive elementsLinks |
| 600 | C462 #C4621C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C4E #9C4E16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7038 #703810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4724 #47240A | 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: #F0BD98;
--salmon-400: #E99B63;
--salmon-500: #E27E36;
--salmon-600: #C4621C;
--salmon-700: #9C4E16;
--salmon-800: #703810;
--salmon-900: #47240A;
--salmon-950: #2D1606;
}