Salmon
#FF928A
RedColor Codes
All color formats for development
HEX
#FF928ARGB
rgb(255, 146, 138)HSL
hsl(4, 100%, 77%)OKLCH
oklch(0.774 0.133 25)CMYK
cmyk(0%, 43%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF6D62
2#FF483B
3#FF2414
4#EC1000
5#C40D00
6#9D0A00
7#760800
8#4F0500
9#270300
Tints
Lighter variations
1#FF9C95
2#FFA7A1
3#FFB2AD
4#FFBDB9
5#FFC8C4
6#FFD3D0
7#FFDEDC
8#FFE9E8
9#FFF4F3
Tones
Muted variations
1#F99790
2#F39C95
3#EDA19B
4#E8A6A1
5#E2ABA7
6#DCB0AD
7#D6B5B3
8#D0BAB9
9#CABFBE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDE #FFDEDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC1 #FFC1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF92 #FF928A | BordersInactive statesPlaceholder text |
| 400 | FF58 #FF584D | Disabled statesSecondary iconsMuted text |
| 500 | FF29 #FF291A | Primary brand colorCTAsActive elementsLinks |
| 600 | E00F #E00F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B30C #B30C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8008 #800800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5205 #520500 | Primary textHigh emphasis contentDark headings |
| 950 | 3303 #330300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF1F0;
--salmon-100: #FFDEDB;
--salmon-200: #FFC1BD;
--salmon-300: #FF928A;
--salmon-400: #FF584D;
--salmon-500: #FF291A;
--salmon-600: #E00F00;
--salmon-700: #B30C00;
--salmon-800: #800800;
--salmon-900: #520500;
--salmon-950: #330300;
}