Salmon
#FBA08E
RedColor Codes
All color formats for development
HEX
#FBA08ERGB
rgb(251, 160, 142)HSL
hsl(10, 93%, 77%)OKLCH
oklch(0.793 0.112 31.8)CMYK
cmyk(0%, 36%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA8068
2#F86042
3#F7411C
4#E32D08
5#BD2507
6#981E05
7#721604
8#4C0F03
9#260701
Tints
Lighter variations
1#FBA999
2#FCB3A4
3#FCBCB0
4#FDC6BB
5#FDCFC6
6#FDD9D2
7#FEE2DD
8#FEECE8
9#FFF5F4
Tones
Muted variations
1#F5A493
2#F0A799
3#EBAB9E
4#E5AFA4
5#E0B2A9
6#DAB6AF
7#D5B9B4
8#CFBDB9
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE2 #FEE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC9 #FDC9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA0 #FBA08E | BordersInactive statesPlaceholder text |
| 400 | F96E #F96E53 | Disabled statesSecondary iconsMuted text |
| 500 | F745 #F74522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D92B #D92B08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC22 #AC2206 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B18 #7B1804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F10 #4F1003 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF3F0;
--salmon-100: #FEE2DD;
--salmon-200: #FDC9BF;
--salmon-300: #FBA08E;
--salmon-400: #F96E53;
--salmon-500: #F74522;
--salmon-600: #D92B08;
--salmon-700: #AC2206;
--salmon-800: #7B1804;
--salmon-900: #4F1003;
--salmon-950: #310A02;
}