Hot Pink
#F55696
PinkColor Codes
All color formats for development
HEX
#F55696RGB
rgb(245, 86, 150)HSL
hsl(336, 89%, 65%)OKLCH
oklch(0.683 0.201 359.1)CMYK
cmyk(0%, 65%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33782
2#F2186F
3#DB0D5F
4#BC0B52
5#9D0944
6#7D0736
7#5E0529
8#3F041B
9#1F020E
Tints
Lighter variations
1#F667A0
2#F778AB
3#F889B5
4#F99AC0
5#FAABCA
6#FBBCD5
7#FCCCDF
8#FDDDEA
9#FEEEF4
Tones
Muted variations
1#ED5E97
2#E56699
3#DD6E9B
4#D5769C
5#CD7E9E
6#C6869F
7#BE8EA1
8#B696A3
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BA | BordersInactive statesPlaceholder text |
| 400 | F556 #F55696 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22678 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0422 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300315 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDEA;
--hot-pink-200: #FBC0D8;
--hot-pink-300: #F990BA;
--hot-pink-400: #F55696;
--hot-pink-500: #F22678;
--hot-pink-600: #D40C5C;
--hot-pink-700: #A90A49;
--hot-pink-800: #780734;
--hot-pink-900: #4D0422;
--hot-pink-950: #300315;
}