Salmon
#E67065
RedColor Codes
All color formats for development
HEX
#E67065RGB
rgb(230, 112, 101)HSL
hsl(5, 72%, 65%)OKLCH
oklch(0.682 0.149 27.1)CMYK
cmyk(0%, 51%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E15649
2#DD3B2C
3#C82E20
4#AB281C
5#8F2117
6#721B13
7#56140E
8#390D09
9#1D0705
Tints
Lighter variations
1#E97E75
2#EB8D84
3#EE9B94
4#F0A9A3
5#F3B8B2
6#F5C6C2
7#F8D4D1
8#FAE2E0
9#FDF1F0
Tones
Muted variations
1#E0766C
2#D97B72
3#D38079
4#CC867F
5#C68B86
6#BF908C
7#B99692
8#B39B99
9#ACA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE2 #FAE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CA #F6CAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA1 #EFA19A | BordersInactive statesPlaceholder text |
| 400 | E670 #E67065 | Disabled statesSecondary iconsMuted text |
| 500 | DF47 #DF473A | Primary brand colorCTAsActive elementsLinks |
| 600 | C12D #C12D1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A24 #9A2419 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E1A #6E1A12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4610 #46100B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0A #2C0A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F2;
--salmon-100: #FAE2E0;
--salmon-200: #F6CAC6;
--salmon-300: #EFA19A;
--salmon-400: #E67065;
--salmon-500: #DF473A;
--salmon-600: #C12D1F;
--salmon-700: #9A2419;
--salmon-800: #6E1A12;
--salmon-900: #46100B;
--salmon-950: #2C0A07;
}