Hot Pink
#F359C4
PinkColor Codes
All color formats for development
HEX
#F359C4RGB
rgb(243, 89, 196)HSL
hsl(318, 87%, 65%)OKLCH
oklch(0.7 0.219 341.8)CMYK
cmyk(0%, 63%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F139BA
2#EF1AAF
3#D90F9C
4#BA0D86
5#9B0B70
6#7C0959
7#5D0643
8#3E042D
9#1F0216
Tints
Lighter variations
1#F569CB
2#F679D0
3#F78AD6
4#F89BDC
5#F9ACE2
6#FABCE8
7#FCCDEE
8#FDDEF3
9#FEEEF9
Tones
Muted variations
1#EC60C2
2#E468BF
3#DC6FBB
4#D477B8
5#CD7FB5
6#C587B2
7#BD8EAF
8#B596AC
9#AE9EA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791D9 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358C5 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0537 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1FA;
--hot-pink-100: #FDDEF3;
--hot-pink-200: #FBC1E9;
--hot-pink-300: #F791D9;
--hot-pink-400: #F358C5;
--hot-pink-500: #F028B4;
--hot-pink-600: #D20F97;
--hot-pink-700: #A70C78;
--hot-pink-800: #770856;
--hot-pink-900: #4C0537;
--hot-pink-950: #300322;
}