Salmon
#FE8B9A
RedColor Codes
All color formats for development
HEX
#FE8B9ARGB
rgb(254, 139, 154)HSL
hsl(352, 98%, 77%)OKLCH
oklch(0.765 0.14 12.6)CMYK
cmyk(0%, 45%, 39%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6478
2#FD3D57
3#FD1635
4#E90221
5#C2021C
6#9C0216
7#750111
8#4E010B
9#270006
Tints
Lighter variations
1#FE96A4
2#FEA2AE
3#FEAEB8
4#FEB9C3
5#FEC5CD
6#FFD1D7
7#FFDCE1
8#FFE8EB
9#FFF3F5
Tones
Muted variations
1#F8919E
2#F296A3
3#ED9CA7
4#E7A2AB
5#E1A8AF
6#DBADB3
7#D6B3B8
8#D0B9BC
9#CABFC0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B9A | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E66 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C3A | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0220 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10219 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0112 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F2;
--salmon-100: #FFDCE0;
--salmon-200: #FEBDC6;
--salmon-300: #FE8B9A;
--salmon-400: #FD4E66;
--salmon-500: #FD1C3A;
--salmon-600: #DE0220;
--salmon-700: #B10219;
--salmon-800: #7E0112;
--salmon-900: #51010B;
--salmon-950: #320107;
}