Hot Pink
#F359AB
PinkColor Codes
All color formats for development
HEX
#F359ABRGB
rgb(243, 89, 171)HSL
hsl(328, 87%, 65%)OKLCH
oklch(0.69 0.204 350.8)CMYK
cmyk(0%, 63%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1399B
2#EF1A8C
3#D90F7B
4#BA0D69
5#9B0B58
6#7C0946
7#5D0635
8#3E0423
9#1F0212
Tints
Lighter variations
1#F569B3
2#F679BC
3#F78AC4
4#F89BCD
5#F9ACD5
6#FABCDD
7#FCCDE6
8#FDDEEE
9#FEEEF7
Tones
Muted variations
1#EC60AA
2#E468AA
3#DC6FA9
4#D477A9
5#CD7FA8
6#C587A8
7#BD8EA7
8#B596A7
9#AE9EA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791C8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358AB | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02893 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C052B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F8;
--hot-pink-100: #FDDEEE;
--hot-pink-200: #FBC1E0;
--hot-pink-300: #F791C8;
--hot-pink-400: #F358AB;
--hot-pink-500: #F02893;
--hot-pink-600: #D20F77;
--hot-pink-700: #A70C5E;
--hot-pink-800: #770843;
--hot-pink-900: #4C052B;
--hot-pink-950: #30031B;
}