Salmon
#FD4E7D
PinkColor Codes
All color formats for development
HEX
#FD4E7DRGB
rgb(253, 78, 125)HSL
hsl(344, 98%, 65%)OKLCH
oklch(0.68 0.212 8.8)CMYK
cmyk(0%, 69%, 51%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D65
2#FD0D4D
3#E6023F
4#C50236
5#A4022D
6#830124
7#62011B
8#420112
9#210009
Tints
Lighter variations
1#FD608A
2#FE7297
3#FE83A4
4#FE95B1
5#FEA7BE
6#FEB8CB
7#FECAD8
8#FFDCE5
9#FFEDF2
Tones
Muted variations
1#F45781
2#EC6085
3#E36989
4#DA718D
5#D17A91
6#C98395
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 #FFDCE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDCF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAA | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E7D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C58 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE023D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10230 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0123 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510116 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FFDCE5;
--salmon-200: #FEBDCF;
--salmon-300: #FE8BAA;
--salmon-400: #FD4E7D;
--salmon-500: #FD1C58;
--salmon-600: #DE023D;
--salmon-700: #B10230;
--salmon-800: #7E0123;
--salmon-900: #510116;
--salmon-950: #32010E;
}