Salmon
#FA8F8F
RedColor Codes
All color formats for development
HEX
#FA8F8FRGB
rgb(250, 143, 143)HSL
hsl(0, 91%, 77%)OKLCH
oklch(0.764 0.13 20.5)CMYK
cmyk(0%, 43%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F86969
2#F64444
3#F41E1E
4#E10B0B
5#BC0909
6#960707
7#710505
8#4B0404
9#260202
Tints
Lighter variations
1#FA9A9A
2#FBA5A5
3#FBB1B1
4#FCBCBC
5#FCC7C7
6#FDD2D2
7#FDDDDD
8#FEE9E9
9#FEF4F4
Tones
Muted variations
1#F49494
2#EF9A9A
3#EA9F9F
4#E4A4A4
5#DFAAAA
6#DAAFAF
7#D4B4B4
8#CFBABA
9#CABFBF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F8F | BordersInactive statesPlaceholder text |
| 400 | F755 #F75555 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0808 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF0F0;
--salmon-100: #FDDDDD;
--salmon-200: #FCC0C0;
--salmon-300: #FA8F8F;
--salmon-400: #F75555;
--salmon-500: #F52424;
--salmon-600: #D60A0A;
--salmon-700: #AA0808;
--salmon-800: #7A0606;
--salmon-900: #4E0404;
--salmon-950: #310202;
}