Salmon
#F59994
RedColor Codes
All color formats for development
HEX
#F59994RGB
rgb(245, 153, 148)HSL
hsl(3, 83%, 77%)OKLCH
oklch(0.775 0.111 23.3)CMYK
cmyk(0%, 38%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27670
2#EE544C
3#EB3228
4#D81E14
5#B41911
6#90140D
7#6C0F0A
8#480A07
9#240503
Tints
Lighter variations
1#F6A39E
2#F7ADA9
3#F8B7B4
4#F9C2BF
5#FACCC9
6#FBD6D4
7#FCE0DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#F09D99
2#EBA19D
3#E6A6A2
4#E2AAA7
5#DDAEAC
6#D8B3B1
7#D3B7B6
8#CEBCBB
9#C9C0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F599 #F59994 | BordersInactive statesPlaceholder text |
| 400 | F063 #F0635C | Disabled statesSecondary iconsMuted text |
| 500 | EB37 #EB372D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1C #CD1C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A317 #A3170F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F1;
--salmon-100: #FCE0DE;
--salmon-200: #F9C5C2;
--salmon-300: #F59994;
--salmon-400: #F0635C;
--salmon-500: #EB372D;
--salmon-600: #CD1C13;
--salmon-700: #A3170F;
--salmon-800: #75100B;
--salmon-900: #4B0A07;
--salmon-950: #2F0604;
}