Salmon
#EA8262
RedColor Codes
All color formats for development
HEX
#EA8262RGB
rgb(234, 130, 98)HSL
hsl(14, 76%, 65%)OKLCH
oklch(0.714 0.136 37.9)CMYK
cmyk(0%, 44%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E66A45
2#E25328
3#CC451C
4#AF3B18
5#923114
6#752710
7#581E0C
8#3A1408
9#1D0A04
Tints
Lighter variations
1#EC8E72
2#EE9B81
3#F0A791
4#F2B4A1
5#F4C0B0
6#F6CDC0
7#F9D9D0
8#FBE6E0
9#FDF2EF
Tones
Muted variations
1#E38569
2#DC896F
3#D58C76
4#CE907D
5#C89484
6#C1978B
7#BA9B91
8#B39F98
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AD #F1AD98 | BordersInactive statesPlaceholder text |
| 400 | EA82 #EA8262 | Disabled statesSecondary iconsMuted text |
| 500 | E35E #E35E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C543 #C5431B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D35 #9D3515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7026 #70260F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4818 #48180A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F2;
--salmon-100: #FBE6E0;
--salmon-200: #F7D0C5;
--salmon-300: #F1AD98;
--salmon-400: #EA8262;
--salmon-500: #E35E35;
--salmon-600: #C5431B;
--salmon-700: #9D3515;
--salmon-800: #70260F;
--salmon-900: #48180A;
--salmon-950: #2D0F06;
}