Salmon
#FE8B98
RedColor Codes
All color formats for development
HEX
#FE8B98RGB
rgb(254, 139, 152)HSL
hsl(353, 98%, 77%)OKLCH
oklch(0.765 0.139 13.7)CMYK
cmyk(0%, 45%, 40%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6476
2#FD3D54
3#FD1631
4#E9021D
5#C20218
6#9C0214
7#75010F
8#4E010A
9#270005
Tints
Lighter variations
1#FE96A3
2#FEA2AD
3#FEAEB7
4#FEB9C1
5#FEC5CC
6#FFD1D6
7#FFDCE0
8#FFE8EA
9#FFF3F5
Tones
Muted variations
1#F8919D
2#F296A1
3#ED9CA6
4#E7A2AA
5#E1A8AE
6#DBADB3
7#D6B3B7
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 #FEBDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B98 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E63 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C36 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE021C | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10216 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010A | 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: #FFF0F2;
--salmon-100: #FFDCE0;
--salmon-200: #FEBDC5;
--salmon-300: #FE8B98;
--salmon-400: #FD4E63;
--salmon-500: #FD1C36;
--salmon-600: #DE021C;
--salmon-700: #B10216;
--salmon-800: #7E0110;
--salmon-900: #51010A;
--salmon-950: #320106;
}