Salmon
#EA7F62
RedColor Codes
All color formats for development
HEX
#EA7F62RGB
rgb(234, 127, 98)HSL
hsl(13, 76%, 65%)OKLCH
oklch(0.709 0.139 36.1)CMYK
cmyk(0%, 46%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E66845
2#E25028
3#CC421C
4#AF3918
5#922F14
6#752610
7#581C0C
8#3A1308
9#1D0904
Tints
Lighter variations
1#EC8C72
2#EE9981
3#F0A691
4#F2B2A1
5#F4BFB0
6#F6CCC0
7#F9D9D0
8#FBE5E0
9#FDF2EF
Tones
Muted variations
1#E38369
2#DC876F
3#D58B76
4#CE8F7D
5#C89384
6#C1968B
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 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AB #F1AB98 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F62 | Disabled statesSecondary iconsMuted text |
| 500 | E35B #E35B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C540 #C5401B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D33 #9D3315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7024 #70240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #48170A | 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: #FBE5E0;
--salmon-200: #F7D0C5;
--salmon-300: #F1AB98;
--salmon-400: #EA7F62;
--salmon-500: #E35B35;
--salmon-600: #C5401B;
--salmon-700: #9D3315;
--salmon-800: #70240F;
--salmon-900: #48170A;
--salmon-950: #2D0F06;
}