Salmon
#FA8E8E
RedColor Codes
All color formats for development
HEX
#FA8E8ERGB
rgb(250, 142, 142)HSL
hsl(0, 92%, 77%)OKLCH
oklch(0.762 0.131 20.6)CMYK
cmyk(0%, 43%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F96969
2#F74343
3#F61D1D
4#E20909
5#BC0808
6#970606
7#710505
8#4B0303
9#260202
Tints
Lighter variations
1#FB9A9A
2#FBA5A5
3#FCB0B0
4#FCBBBB
5#FDC7C7
6#FDD2D2
7#FEDDDD
8#FEE8E8
9#FFF4F4
Tones
Muted variations
1#F59494
2#F09999
3#EA9F9F
4#E5A4A4
5#DFA9A9
6#DAAFAF
7#D5B4B4
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 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E8E | BordersInactive statesPlaceholder text |
| 400 | F854 #F85454 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0303 | 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: #FEDDDD;
--salmon-200: #FCBFBF;
--salmon-300: #FA8E8E;
--salmon-400: #F85454;
--salmon-500: #F62323;
--salmon-600: #D70909;
--salmon-700: #AB0707;
--salmon-800: #7A0505;
--salmon-900: #4E0303;
--salmon-950: #310202;
}