Salmon
#F25A85
PinkColor Codes
All color formats for development
HEX
#F25A85RGB
rgb(242, 90, 133)HSL
hsl(343, 85%, 65%)OKLCH
oklch(0.678 0.189 6.3)CMYK
cmyk(0%, 63%, 45%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B6E
2#ED1D58
3#D71149
4#B80F3F
5#990C34
6#7B0A2A
7#5C071F
8#3D0515
9#1F020A
Tints
Lighter variations
1#F36A91
2#F47B9D
3#F68BAA
4#F79CB6
5#F8ACC2
6#FABDCE
7#FBCDDA
8#FCDEE7
9#FEEEF3
Tones
Muted variations
1#EA6188
2#E2698B
3#DB718F
4#D37892
5#CC8095
6#C48799
7#BD8F9C
8#B5979F
9#AD9EA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692AF | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A85 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B62 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01147 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B061A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE7;
--salmon-200: #FAC2D2;
--salmon-300: #F692AF;
--salmon-400: #F25A85;
--salmon-500: #EE2B62;
--salmon-600: #D01147;
--salmon-700: #A50D38;
--salmon-800: #760A28;
--salmon-900: #4B061A;
--salmon-950: #2F0410;
}