Hot Pink
#F55693
PinkColor Codes
All color formats for development
HEX
#F55693RGB
rgb(245, 86, 147)HSL
hsl(337, 89%, 65%)OKLCH
oklch(0.682 0.2 0.3)CMYK
cmyk(0%, 65%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3377F
2#F2186B
3#DB0D5C
4#BC0B4F
5#9D0942
6#7D0735
7#5E0527
8#3F041A
9#1F020D
Tints
Lighter variations
1#F6679E
2#F778A9
3#F889B4
4#F99ABE
5#FAABC9
6#FBBCD4
7#FCCCDF
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#ED5E95
2#E56697
3#DD6E99
4#D5769B
5#CD7E9C
6#C6869E
7#BE8EA0
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 #FBC0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B8 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55693 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22674 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0420 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | 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: #FBC0D7;
--hot-pink-300: #F990B8;
--hot-pink-400: #F55693;
--hot-pink-500: #F22674;
--hot-pink-600: #D40C59;
--hot-pink-700: #A90A47;
--hot-pink-800: #780733;
--hot-pink-900: #4D0420;
--hot-pink-950: #300314;
}