Salmon
#FE8B8B
RedColor Codes
All color formats for development
HEX
#FE8B8BRGB
rgb(254, 139, 139)HSL
hsl(0, 98%, 77%)OKLCH
oklch(0.762 0.14 20.9)CMYK
cmyk(0%, 45%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6464
2#FD3D3D
3#FD1616
4#E90202
5#C20202
6#9C0202
7#750101
8#4E0101
9#270000
Tints
Lighter variations
1#FE9696
2#FEA2A2
3#FEAEAE
4#FEB9B9
5#FEC5C5
6#FFD1D1
7#FFDCDC
8#FFE8E8
9#FFF3F3
Tones
Muted variations
1#F89191
2#F29696
3#ED9C9C
4#E7A2A2
5#E1A8A8
6#DBADAD
7#D6B3B3
8#D0B9B9
9#CABFBF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B8B | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E4E | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0202 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10202 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F0;
--salmon-100: #FFDCDC;
--salmon-200: #FEBDBD;
--salmon-300: #FE8B8B;
--salmon-400: #FD4E4E;
--salmon-500: #FD1C1C;
--salmon-600: #DE0202;
--salmon-700: #B10202;
--salmon-800: #7E0101;
--salmon-900: #510101;
--salmon-950: #320101;
}