Salmon
#EE5D7A
RedColor Codes
All color formats for development
HEX
#EE5D7ARGB
rgb(238, 93, 122)HSL
hsl(348, 81%, 65%)OKLCH
oklch(0.672 0.179 11.2)CMYK
cmyk(0%, 61%, 49%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F62
2#E82149
3#D2163C
4#B41333
5#96102B
6#780D22
7#5A091A
8#3C0611
9#1E0309
Tints
Lighter variations
1#F06E88
2#F17E95
3#F38EA2
4#F59EAF
5#F7AEBD
6#F8BECA
7#FACFD7
8#FCDFE4
9#FDEFF2
Tones
Muted variations
1#E7657F
2#E06C83
3#D87387
4#D17A8C
5#CA8290
6#C38994
7#BB9099
8#B4979D
9#AD9FA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495A8 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D7A | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F54 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB153A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2112E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0815 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F4;
--salmon-100: #FCDFE4;
--salmon-200: #F9C3CE;
--salmon-300: #F495A8;
--salmon-400: #EE5D7A;
--salmon-500: #E92F54;
--salmon-600: #CB153A;
--salmon-700: #A2112E;
--salmon-800: #730C21;
--salmon-900: #4A0815;
--salmon-950: #2E050D;
}