Salmon
#FE8B94
RedColor Codes
All color formats for development
HEX
#FE8B94RGB
rgb(254, 139, 148)HSL
hsl(355, 98%, 77%)OKLCH
oklch(0.764 0.139 16)CMYK
cmyk(0%, 45%, 42%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6471
2#FD3D4D
3#FD1629
4#E90216
5#C20212
6#9C020E
7#75010B
8#4E0107
9#270004
Tints
Lighter variations
1#FE969F
2#FEA2AA
3#FEAEB4
4#FEB9BF
5#FEC5CA
6#FFD1D4
7#FFDCDF
8#FFE8EA
9#FFF3F4
Tones
Muted variations
1#F89199
2#F2969E
3#ED9CA3
4#E7A2A8
5#E1A8AC
6#DBADB1
7#D6B3B6
8#D0B9BB
9#CABFC0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B94 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510107 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F1;
--salmon-100: #FFDCDF;
--salmon-200: #FEBDC3;
--salmon-300: #FE8B94;
--salmon-400: #FD4E5D;
--salmon-500: #FD1C2F;
--salmon-600: #DE0215;
--salmon-700: #B10210;
--salmon-800: #7E010C;
--salmon-900: #510107;
--salmon-950: #320105;
}