Salmon
#FA998E
RedColor Codes
All color formats for development
HEX
#FA998ERGB
rgb(250, 153, 142)HSL
hsl(6, 92%, 77%)OKLCH
oklch(0.78 0.118 27)CMYK
cmyk(0%, 39%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F97769
2#F75543
3#F6331D
4#E21F09
5#BC1A08
6#971506
7#711005
8#4B0A03
9#260502
Tints
Lighter variations
1#FBA39A
2#FBAEA5
3#FCB8B0
4#FCC2BB
5#FDCCC7
6#FDD6D2
7#FEE0DD
8#FEEBE8
9#FFF5F4
Tones
Muted variations
1#F59E94
2#F0A299
3#EAA69F
4#E5AAA4
5#DFAFA9
6#DAB3AF
7#D5B7B4
8#CFBCBA
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA99 #FA998E | BordersInactive statesPlaceholder text |
| 400 | F864 #F86454 | Disabled statesSecondary iconsMuted text |
| 500 | F638 #F63823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71E #D71E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB18 #AB1807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F0;
--salmon-100: #FEE0DD;
--salmon-200: #FCC5BF;
--salmon-300: #FA998E;
--salmon-400: #F86454;
--salmon-500: #F63823;
--salmon-600: #D71E09;
--salmon-700: #AB1807;
--salmon-800: #7A1105;
--salmon-900: #4E0B03;
--salmon-950: #310702;
}