Salmon
#FD4E77
RedColor Codes
All color formats for development
HEX
#FD4E77RGB
rgb(253, 78, 119)HSL
hsl(346, 98%, 65%)OKLCH
oklch(0.679 0.211 11.1)CMYK
cmyk(0%, 69%, 53%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D5E
2#FD0D45
3#E60237
4#C5022F
5#A40228
6#830120
7#620118
8#420110
9#210008
Tints
Lighter variations
1#FD6085
2#FE7292
3#FE83A0
4#FE95AD
5#FEA7BB
6#FEB8C9
7#FECAD6
8#FFDCE4
9#FFEDF1
Tones
Muted variations
1#F4577C
2#EC6080
3#E36985
4#DA718A
5#D17A8E
6#C98393
7#C08C98
8#B7949C
9#AE9DA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BA6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E77 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C50 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0236 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1022B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E011E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510113 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F3;
--salmon-100: #FFDCE4;
--salmon-200: #FEBDCD;
--salmon-300: #FE8BA6;
--salmon-400: #FD4E77;
--salmon-500: #FD1C50;
--salmon-600: #DE0236;
--salmon-700: #B1022B;
--salmon-800: #7E011E;
--salmon-900: #510113;
--salmon-950: #32010C;
}