Salmon
#FF8A8A
RedColor Codes
All color formats for development
HEX
#FF8A8ARGB
rgb(255, 138, 138)HSL
hsl(0, 100%, 77%)OKLCH
oklch(0.761 0.142 20.9)CMYK
cmyk(0%, 46%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF6262
2#FF3B3B
3#FF1414
4#EC0000
5#C40000
6#9D0000
7#760000
8#4F0000
9#270000
Tints
Lighter variations
1#FF9595
2#FFA1A1
3#FFADAD
4#FFB9B9
5#FFC4C4
6#FFD0D0
7#FFDCDC
8#FFE8E8
9#FFF3F3
Tones
Muted variations
1#F99090
2#F39595
3#ED9B9B
4#E8A1A1
5#E2A7A7
6#DCADAD
7#D6B3B3
8#D0B9B9
9#CABEBE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A8A | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520000 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F0;
--salmon-100: #FFDBDB;
--salmon-200: #FFBDBD;
--salmon-300: #FF8A8A;
--salmon-400: #FF4D4D;
--salmon-500: #FF1A1A;
--salmon-600: #E00000;
--salmon-700: #B30000;
--salmon-800: #800000;
--salmon-900: #520000;
--salmon-950: #330000;
}