Salmon
#F99C90
RedColor Codes
All color formats for development
HEX
#F99C90RGB
rgb(249, 156, 144)HSL
hsl(7, 90%, 77%)OKLCH
oklch(0.784 0.114 27.9)CMYK
cmyk(0%, 37%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F77B6A
2#F55A45
3#F33820
4#E0250C
5#BB1E0A
6#951808
7#701206
8#4B0C04
9#250602
Tints
Lighter variations
1#FAA69B
2#FAB0A6
3#FBBAB1
4#FBC4BC
5#FCCDC7
6#FDD7D2
7#FDE1DE
8#FEEBE9
9#FEF5F4
Tones
Muted variations
1#F4A095
2#EFA49A
3#E9A89F
4#E4ACA5
5#DFB0AA
6#D9B4AF
7#D4B8B5
8#CFBCBA
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC7 #FCC7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99C #F99C90 | BordersInactive statesPlaceholder text |
| 400 | F668 #F66855 | Disabled statesSecondary iconsMuted text |
| 500 | F43D #F43D25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D523 #D5230B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1C #AA1C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7914 #791406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0D #4E0D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F0;
--salmon-100: #FDE1DD;
--salmon-200: #FCC7C0;
--salmon-300: #F99C90;
--salmon-400: #F66855;
--salmon-500: #F43D25;
--salmon-600: #D5230B;
--salmon-700: #AA1C09;
--salmon-800: #791406;
--salmon-900: #4E0D04;
--salmon-950: #300803;
}