Salmon
#F25A8A
PinkColor Codes
All color formats for development
HEX
#F25A8ARGB
rgb(242, 90, 138)HSL
hsl(341, 85%, 65%)OKLCH
oklch(0.679 0.19 4.2)CMYK
cmyk(0%, 63%, 43%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B74
2#ED1D5E
3#D71150
4#B80F44
5#990C39
6#7B0A2E
7#5C0722
8#3D0517
9#1F020B
Tints
Lighter variations
1#F36A96
2#F47BA1
3#F68BAD
4#F79CB9
5#F8ACC4
6#FABDD0
7#FBCDDC
8#FCDEE8
9#FEEEF3
Tones
Muted variations
1#EA618D
2#E2698F
3#DB7192
4#D37895
5#CC8098
6#C4879B
7#BD8F9D
8#B597A0
9#AD9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692B2 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A8A | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B68 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0114D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B061C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0412 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE8;
--salmon-200: #FAC2D4;
--salmon-300: #F692B2;
--salmon-400: #F25A8A;
--salmon-500: #EE2B68;
--salmon-600: #D0114D;
--salmon-700: #A50D3D;
--salmon-800: #760A2C;
--salmon-900: #4B061C;
--salmon-950: #2F0412;
}