Salmon
#FE8B93
RedColor Codes
All color formats for development
HEX
#FE8B93RGB
rgb(254, 139, 147)HSL
hsl(356, 98%, 77%)OKLCH
oklch(0.764 0.139 16.5)CMYK
cmyk(0%, 45%, 42%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD646E
2#FD3D4A
3#FD1626
4#E90212
5#C2020F
6#9C020C
7#750109
8#4E0106
9#270003
Tints
Lighter variations
1#FE969D
2#FEA2A8
3#FEAEB3
4#FEB9BE
5#FEC5C9
6#FFD1D4
7#FFDCDE
8#FFE8E9
9#FFF3F4
Tones
Muted variations
1#F89198
2#F2969C
3#ED9CA1
4#E7A2A6
5#E1A8AB
6#DBADB0
7#D6B3B5
8#D0B9BA
9#CABFBF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B93 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5A | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0211 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1020D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510106 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F1;
--salmon-100: #FFDCDE;
--salmon-200: #FEBDC2;
--salmon-300: #FE8B93;
--salmon-400: #FD4E5A;
--salmon-500: #FD1C2B;
--salmon-600: #DE0211;
--salmon-700: #B1020D;
--salmon-800: #7E010A;
--salmon-900: #510106;
--salmon-950: #320104;
}