Salmon
#F39995
RedColor Codes
All color formats for development
HEX
#F39995RGB
rgb(243, 153, 149)HSL
hsl(3, 80%, 77%)OKLCH
oklch(0.773 0.109 22.6)CMYK
cmyk(0%, 37%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7872
2#EB574F
3#E7352B
4#D42118
5#B11B14
6#8D1610
7#6A100C
8#470B08
9#230504
Tints
Lighter variations
1#F4A4A0
2#F6AEAB
3#F7B8B5
4#F8C2C0
5#F9CDCA
6#FAD7D5
7#FBE1DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#EF9E9A
2#EAA39F
3#E5A7A4
4#E1ABA8
5#DCAFAD
6#D7B3B2
7#D2B8B6
8#CEBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C6 #F8C6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39A #F39A95 | BordersInactive statesPlaceholder text |
| 400 | ED65 #ED655E | Disabled statesSecondary iconsMuted text |
| 500 | E83A #E83A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA1F #CA1F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A119 #A11912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7312 #73120D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F1;
--salmon-100: #FBE0DF;
--salmon-200: #F8C6C3;
--salmon-300: #F39A95;
--salmon-400: #ED655E;
--salmon-500: #E83A30;
--salmon-600: #CA1F16;
--salmon-700: #A11912;
--salmon-800: #73120D;
--salmon-900: #490B08;
--salmon-950: #2E0705;
}