Hot Pink
#F75590
PinkColor Codes
All color formats for development
HEX
#F75590RGB
rgb(247, 85, 144)HSL
hsl(338, 91%, 65%)OKLCH
oklch(0.683 0.202 1.7)CMYK
cmyk(0%, 66%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5357B
2#F41567
3#DE0A58
4#BE094B
5#9E073F
6#7F0632
7#5F0426
8#3F0319
9#20010D
Tints
Lighter variations
1#F8669B
2#F977A6
3#F988B1
4#FA99BC
5#FBAAC8
6#FCBBD3
7#FDCCDE
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#EF5D92
2#E76594
3#DF6D97
4#D67599
5#CE7D9B
6#C6859D
7#BE8D9F
8#B696A1
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FB6 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75590 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52470 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0844 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0630 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F5;
--hot-pink-100: #FDDDE9;
--hot-pink-200: #FCC0D6;
--hot-pink-300: #FA8FB6;
--hot-pink-400: #F75590;
--hot-pink-500: #F52470;
--hot-pink-600: #D60A55;
--hot-pink-700: #AA0844;
--hot-pink-800: #7A0630;
--hot-pink-900: #4E041F;
--hot-pink-950: #310213;
}