Salmon
#FB517B
RedColor Codes
All color formats for development
HEX
#FB517BRGB
rgb(251, 81, 123)HSL
hsl(345, 96%, 65%)OKLCH
oklch(0.679 0.206 9.9)CMYK
cmyk(0%, 68%, 51%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3062
2#FA0F4A
3#E3053C
4#C30434
5#A2032B
6#820322
7#61021A
8#410111
9#200109
Tints
Lighter variations
1#FC6288
2#FC7395
3#FD85A3
4#FD96B0
5#FDA8BD
6#FEB9CA
7#FECBD7
8#FEDCE5
9#FFEEF2
Tones
Muted variations
1#F3597F
2#EA6183
3#E26A88
4#D9728C
5#D17B90
6#C88395
7#BF8C99
8#B7959D
9#AE9DA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CA8 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB507B | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E55 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC043A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF042E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0321 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500215 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F4;
--salmon-100: #FEDCE5;
--salmon-200: #FEBECE;
--salmon-300: #FD8CA8;
--salmon-400: #FB507B;
--salmon-500: #FA1E55;
--salmon-600: #DC043A;
--salmon-700: #AF042E;
--salmon-800: #7D0321;
--salmon-900: #500215;
--salmon-950: #32010D;
}