Salmon
#FB8E8E
RedColor Codes
All color formats for development
HEX
#FB8E8ERGB
rgb(251, 142, 142)HSL
hsl(0, 93%, 77%)OKLCH
oklch(0.763 0.132 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#FA6868
2#F84242
3#F71C1C
4#E30808
5#BD0707
6#980505
7#720404
8#4C0303
9#260101
Tints
Lighter variations
1#FB9999
2#FCA4A4
3#FCB0B0
4#FDBBBB
5#FDC6C6
6#FDD2D2
7#FEDDDD
8#FEE8E8
9#FFF4F4
Tones
Muted variations
1#F59393
2#F09999
3#EB9E9E
4#E5A4A4
5#E0A9A9
6#DAAFAF
7#D5B4B4
8#CFB9B9
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 | FDBF #FDBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E8E | BordersInactive statesPlaceholder text |
| 400 | F953 #F95353 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90808 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0606 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0303 | 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: #FDBFBF;
--salmon-300: #FB8E8E;
--salmon-400: #F95353;
--salmon-500: #F72222;
--salmon-600: #D90808;
--salmon-700: #AC0606;
--salmon-800: #7B0404;
--salmon-900: #4F0303;
--salmon-950: #310202;
}