Hot Pink
#F55691
PinkColor Codes
All color formats for development
HEX
#F55691RGB
rgb(245, 86, 145)HSL
hsl(338, 89%, 65%)OKLCH
oklch(0.681 0.2 1.1)CMYK
cmyk(0%, 65%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3377C
2#F21868
3#DB0D58
4#BC0B4C
5#9D093F
6#7D0733
7#5E0526
8#3F0419
9#1F020D
Tints
Lighter variations
1#F6679C
2#F778A7
3#F889B2
4#F99ABD
5#FAABC8
6#FBBCD3
7#FCCCDE
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#ED5E93
2#E56695
3#DD6E97
4#D57699
5#CD7E9B
6#C6869D
7#BE8E9F
8#B696A2
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B6 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55691 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22671 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041F | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDE9;
--hot-pink-200: #FBC0D6;
--hot-pink-300: #F990B6;
--hot-pink-400: #F55691;
--hot-pink-500: #F22671;
--hot-pink-600: #D40C56;
--hot-pink-700: #A90A44;
--hot-pink-800: #780731;
--hot-pink-900: #4D041F;
--hot-pink-950: #300313;
}