Salmon
#FD8C8C
RedColor Codes
All color formats for development
HEX
#FD8C8CRGB
rgb(253, 140, 140)HSL
hsl(0, 97%, 77%)OKLCH
oklch(0.762 0.137 20.8)CMYK
cmyk(0%, 45%, 45%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD6565
2#FC3E3E
3#FB1717
4#E80404
5#C10303
6#9B0202
7#740202
8#4D0101
9#270101
Tints
Lighter variations
1#FD9797
2#FEA3A3
3#FEAEAE
4#FEBABA
5#FEC5C5
6#FED1D1
7#FEDCDC
8#FFE8E8
9#FFF3F3
Tones
Muted variations
1#F89191
2#F29797
3#EC9D9D
4#E6A2A2
5#E1A8A8
6#DBAEAE
7#D5B3B3
8#D0B9B9
9#CABFBF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B8B | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F4F | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF0F0;
--salmon-100: #FEDCDC;
--salmon-200: #FEBEBE;
--salmon-300: #FD8B8B;
--salmon-400: #FC4F4F;
--salmon-500: #FC1D1D;
--salmon-600: #DD0303;
--salmon-700: #B00303;
--salmon-800: #7E0202;
--salmon-900: #500101;
--salmon-950: #320101;
}