Salmon
#EA7D62
RedColor Codes
All color formats for development
HEX
#EA7D62RGB
rgb(234, 125, 98)HSL
hsl(12, 76%, 65%)OKLCH
oklch(0.706 0.141 35)CMYK
cmyk(0%, 47%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E66545
2#E24D28
3#CC3F1C
4#AF3618
5#922D14
6#752410
7#581B0C
8#3A1208
9#1D0904
Tints
Lighter variations
1#EC8A72
2#EE9781
3#F0A491
4#F2B1A1
5#F4BEB0
6#F6CBC0
7#F9D8D0
8#FBE5E0
9#FDF2EF
Tones
Muted variations
1#E38169
2#DC856F
3#D58976
4#CE8D7D
5#C89184
6#C1958B
7#BA9A91
8#B39E98
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AA #F1AA98 | BordersInactive statesPlaceholder text |
| 400 | EA7D #EA7D62 | Disabled statesSecondary iconsMuted text |
| 500 | E358 #E35835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53D #C53D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D31 #9D3115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7023 #70230F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4816 #48160A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F2;
--salmon-100: #FBE5E0;
--salmon-200: #F7CFC5;
--salmon-300: #F1AA98;
--salmon-400: #EA7D62;
--salmon-500: #E35835;
--salmon-600: #C53D1B;
--salmon-700: #9D3115;
--salmon-800: #70230F;
--salmon-900: #48160A;
--salmon-950: #2D0E06;
}