Salmon
#FD4E80
PinkColor Codes
All color formats for development
HEX
#FD4E80RGB
rgb(253, 78, 128)HSL
hsl(343, 98%, 65%)OKLCH
oklch(0.681 0.212 7.7)CMYK
cmyk(0%, 69%, 49%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D68
2#FD0D51
3#E60243
4#C50239
5#A40230
6#830126
7#62011D
8#420113
9#21000A
Tints
Lighter variations
1#FD608D
2#FE7299
3#FE83A6
4#FE95B3
5#FEA7BF
6#FEB8CC
7#FECAD9
8#FFDCE6
9#FFEDF2
Tones
Muted variations
1#F45784
2#EC6087
3#E3698B
4#DA718F
5#D17A93
6#C98397
7#C08C9A
8#B7949E
9#AE9DA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E80 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C5C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0241 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510117 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FFDCE6;
--salmon-200: #FEBDD0;
--salmon-300: #FE8BAB;
--salmon-400: #FD4E80;
--salmon-500: #FD1C5C;
--salmon-600: #DE0241;
--salmon-700: #B10233;
--salmon-800: #7E0125;
--salmon-900: #510117;
--salmon-950: #32010F;
}