Salmon
#F25A87
PinkColor Codes
All color formats for development
HEX
#F25A87RGB
rgb(242, 90, 135)HSL
hsl(342, 85%, 65%)OKLCH
oklch(0.678 0.189 5.4)CMYK
cmyk(0%, 63%, 44%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3B71
2#ED1D5B
3#D7114D
4#B80F42
5#990C37
6#7B0A2C
7#5C0721
8#3D0516
9#1F020B
Tints
Lighter variations
1#F36A93
2#F47B9F
3#F68BAB
4#F79CB7
5#F8ACC3
6#FABDCF
7#FBCDDB
8#FCDEE7
9#FEEEF3
Tones
Muted variations
1#EA618A
2#E2698D
3#DB7191
4#D37894
5#CC8097
6#C4879A
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 #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692B0 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A87 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B65 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0114A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B061B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F5;
--salmon-100: #FCDEE7;
--salmon-200: #FAC2D3;
--salmon-300: #F692B0;
--salmon-400: #F25A87;
--salmon-500: #EE2B65;
--salmon-600: #D0114A;
--salmon-700: #A50D3B;
--salmon-800: #760A2A;
--salmon-900: #4B061B;
--salmon-950: #2F0411;
}