Salmon
#FE8B96
RedColor Codes
All color formats for development
HEX
#FE8B96RGB
rgb(254, 139, 150)HSL
hsl(354, 98%, 77%)OKLCH
oklch(0.765 0.139 14.9)CMYK
cmyk(0%, 45%, 41%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6473
2#FD3D50
3#FD162D
4#E90219
5#C20215
6#9C0211
7#75010D
8#4E0108
9#270004
Tints
Lighter variations
1#FE96A1
2#FEA2AB
3#FEAEB6
4#FEB9C0
5#FEC5CB
6#FFD1D5
7#FFDCE0
8#FFE8EA
9#FFF3F5
Tones
Muted variations
1#F8919B
2#F296A0
3#ED9CA4
4#E7A2A9
5#E1A8AD
6#DBADB2
7#D6B3B7
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 #FEBDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B96 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E60 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C32 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510109 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F1;
--salmon-100: #FFDCDF;
--salmon-200: #FEBDC4;
--salmon-300: #FE8B96;
--salmon-400: #FD4E60;
--salmon-500: #FD1C32;
--salmon-600: #DE0218;
--salmon-700: #B10213;
--salmon-800: #7E010E;
--salmon-900: #510109;
--salmon-950: #320106;
}