Salmon
#F69B93
RedColor Codes
All color formats for development
HEX
#F69B93RGB
rgb(246, 155, 147)HSL
hsl(5, 85%, 77%)OKLCH
oklch(0.78 0.11 25.3)CMYK
cmyk(0%, 37%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3796E
2#F0584A
3#ED3626
4#DA2212
5#B61D0F
6#91170C
7#6D1109
8#490B06
9#240603
Tints
Lighter variations
1#F7A59D
2#F8AFA8
3#F9B9B3
4#FAC3BE
5#FBCDC9
6#FBD7D4
7#FCE1DE
8#FDEBE9
9#FEF5F4
Tones
Muted variations
1#F19F97
2#ECA39C
3#E7A7A1
4#E2ABA6
5#DDB0AB
6#D8B4B0
7#D3B8B5
8#CEBCBA
9#C9C0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC6 #FAC6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69B #F69B92 | BordersInactive statesPlaceholder text |
| 400 | F267 #F2675A | Disabled statesSecondary iconsMuted text |
| 500 | EE3B #EE3B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D021 #D02111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A51A #A51A0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7613 #76130A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0C #4B0C06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F1;
--salmon-100: #FCE1DE;
--salmon-200: #FAC6C2;
--salmon-300: #F69B92;
--salmon-400: #F2675A;
--salmon-500: #EE3B2B;
--salmon-600: #D02111;
--salmon-700: #A51A0D;
--salmon-800: #76130A;
--salmon-900: #4B0C06;
--salmon-950: #2F0704;
}