Salmon
#F99B90
RedColor Codes
All color formats for development
HEX
#F99B90RGB
rgb(249, 155, 144)HSL
hsl(6, 90%, 77%)OKLCH
oklch(0.783 0.115 27.2)CMYK
cmyk(0%, 38%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7786A
2#F55745
3#F33520
4#E0210C
5#BB1B0A
6#951608
7#701006
8#4B0B04
9#250502
Tints
Lighter variations
1#FAA49B
2#FAAEA6
3#FBB8B1
4#FBC2BC
5#FCCDC7
6#FDD7D2
7#FDE1DE
8#FEEBE9
9#FEF5F4
Tones
Muted variations
1#F49E95
2#EFA39A
3#E9A79F
4#E4ABA5
5#DFAFAA
6#D9B3AF
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 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99A #F99A90 | BordersInactive statesPlaceholder text |
| 400 | F665 #F66555 | Disabled statesSecondary iconsMuted text |
| 500 | F43A #F43A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51F #D51F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA19 #AA1909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7912 #791206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF2F0;
--salmon-100: #FDE0DD;
--salmon-200: #FCC6C0;
--salmon-300: #F99A90;
--salmon-400: #F66555;
--salmon-500: #F43A25;
--salmon-600: #D51F0B;
--salmon-700: #AA1909;
--salmon-800: #791206;
--salmon-900: #4E0B04;
--salmon-950: #300703;
}