Salmon
#FD4E83
PinkColor Codes
All color formats for development
HEX
#FD4E83RGB
rgb(253, 78, 131)HSL
hsl(342, 98%, 65%)OKLCH
oklch(0.681 0.213 6.6)CMYK
cmyk(0%, 69%, 48%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D6C
2#FD0D55
3#E60247
4#C5023C
5#A40232
6#830128
7#62011E
8#420114
9#21000A
Tints
Lighter variations
1#FD608F
2#FE729C
3#FE83A8
4#FE95B4
5#FEA7C1
6#FEB8CD
7#FECADA
8#FFDCE6
9#FFEDF3
Tones
Muted variations
1#F45786
2#EC608A
3#E3698D
4#DA7191
5#D17A94
6#C98398
7#C08C9B
8#B7949F
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 #FEBDD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAD | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E83 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C5F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10236 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510119 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320110 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FFDCE6;
--salmon-200: #FEBDD1;
--salmon-300: #FE8BAD;
--salmon-400: #FD4E83;
--salmon-500: #FD1C5F;
--salmon-600: #DE0244;
--salmon-700: #B10236;
--salmon-800: #7E0127;
--salmon-900: #510119;
--salmon-950: #320110;
}