Hot Pink
#F55689
PinkColor Codes
All color formats for development
HEX
#F55689RGB
rgb(245, 86, 137)HSL
hsl(341, 89%, 65%)OKLCH
oklch(0.679 0.198 4.3)CMYK
cmyk(0%, 65%, 44%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33773
2#F2185D
3#DB0D4E
4#BC0B43
5#9D0938
6#7D072D
7#5E0521
8#3F0416
9#1F020B
Tints
Lighter variations
1#F66794
2#F778A0
3#F889AC
4#F99AB8
5#FAABC4
6#FBBCD0
7#FCCCDB
8#FDDDE7
9#FEEEF3
Tones
Muted variations
1#ED5E8C
2#E5668E
3#DD6E91
4#D57694
5#CD7E97
6#C6869A
7#BE8E9D
8#B696A0
9#AE9EA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55689 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22667 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78072B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F5;
--hot-pink-100: #FDDDE7;
--hot-pink-200: #FBC0D3;
--hot-pink-300: #F990B1;
--hot-pink-400: #F55689;
--hot-pink-500: #F22667;
--hot-pink-600: #D40C4C;
--hot-pink-700: #A90A3C;
--hot-pink-800: #78072B;
--hot-pink-900: #4D041B;
--hot-pink-950: #300311;
}