Salmon
#FFA18A
RedColor Codes
All color formats for development
HEX
#FFA18ARGB
rgb(255, 161, 138)HSL
hsl(12, 100%, 77%)OKLCH
oklch(0.798 0.117 34.5)CMYK
cmyk(0%, 37%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF8262
2#FF623B
3#FF4314
4#EC2F00
5#C42700
6#9D1F00
7#761800
8#4F1000
9#270800
Tints
Lighter variations
1#FFAB95
2#FFB4A1
3#FFBDAD
4#FFC7B9
5#FFD0C4
6#FFD9D0
7#FFE3DC
8#FFECE8
9#FFF6F3
Tones
Muted variations
1#F9A590
2#F3A895
3#EDAC9B
4#E8AFA1
5#E2B3A7
6#DCB6AD
7#D6BAB3
8#D0BDB9
9#CAC1BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE2 #FFE2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCA #FFCABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA1 #FFA18A | BordersInactive statesPlaceholder text |
| 400 | FF70 #FF704D | Disabled statesSecondary iconsMuted text |
| 500 | FF47 #FF471A | Primary brand colorCTAsActive elementsLinks |
| 600 | E02D #E02D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B324 #B32400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8019 #801900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5210 #521000 | Primary textHigh emphasis contentDark headings |
| 950 | 330A #330A00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF3F0;
--salmon-100: #FFE2DB;
--salmon-200: #FFCABD;
--salmon-300: #FFA18A;
--salmon-400: #FF704D;
--salmon-500: #FF471A;
--salmon-600: #E02D00;
--salmon-700: #B32400;
--salmon-800: #801900;
--salmon-900: #521000;
--salmon-950: #330A00;
}