Salmon
#E99263
OrangeColor Codes
All color formats for development
HEX
#E99263RGB
rgb(233, 146, 99)HSL
hsl(21, 75%, 65%)OKLCH
oklch(0.74 0.123 48.5)CMYK
cmyk(0%, 37%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E57D46
2#E06929
3#CB5A1D
4#AE4D19
5#914015
6#743311
7#57270C
8#3A1A08
9#1D0D04
Tints
Lighter variations
1#EB9D72
2#EDA882
3#EFB292
4#F2BDA1
5#F4C8B1
6#F6D3C1
7#F8DED0
8#FBE9E0
9#FDF4EF
Tones
Muted variations
1#E2946A
2#DB9670
3#D59877
4#CE9A7E
5#C79C84
6#C19E8B
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 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D6 #F7D6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B7 #F0B798 | BordersInactive statesPlaceholder text |
| 400 | E992 #E99263 | Disabled statesSecondary iconsMuted text |
| 500 | E272 #E27236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C457 #C4571C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C45 #9C4516 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7031 #703110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200A | 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: #FBE9E0;
--salmon-200: #F7D6C5;
--salmon-300: #F0B798;
--salmon-400: #E99263;
--salmon-500: #E27236;
--salmon-600: #C4571C;
--salmon-700: #9C4516;
--salmon-800: #703110;
--salmon-900: #47200A;
--salmon-950: #2D1406;
}