Salmon
#EA7B62
RedColor Codes
All color formats for development
HEX
#EA7B62RGB
rgb(234, 123, 98)HSL
hsl(11, 76%, 65%)OKLCH
oklch(0.703 0.143 33.9)CMYK
cmyk(0%, 47%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E66245
2#E24A28
3#CC3C1C
4#AF3418
5#922B14
6#752210
7#581A0C
8#3A1108
9#1D0904
Tints
Lighter variations
1#EC8872
2#EE9581
3#F0A291
4#F2B0A1
5#F4BDB0
6#F6CAC0
7#F9D7D0
8#FBE5E0
9#FDF2EF
Tones
Muted variations
1#E37F69
2#DC836F
3#D58876
4#CE8C7D
5#C89084
6#C1958B
7#BA9991
8#B39D98
9#ADA19F
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 | F7CE #F7CEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A8 #F1A898 | BordersInactive statesPlaceholder text |
| 400 | EA7B #EA7B62 | Disabled statesSecondary iconsMuted text |
| 500 | E355 #E35535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53A #C53A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2E #9D2E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7021 #70210F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4815 #48150A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F2;
--salmon-100: #FBE5E0;
--salmon-200: #F7CEC5;
--salmon-300: #F1A898;
--salmon-400: #EA7B62;
--salmon-500: #E35535;
--salmon-600: #C53A1B;
--salmon-700: #9D2E15;
--salmon-800: #70210F;
--salmon-900: #48150A;
--salmon-950: #2D0D06;
}