Hot Pink
#F65596
PinkColor Codes
All color formats for development
HEX
#F65596RGB
rgb(246, 85, 150)HSL
hsl(336, 90%, 65%)OKLCH
oklch(0.683 0.203 359.2)CMYK
cmyk(0%, 65%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43682
2#F3166F
3#DC0C5F
4#BD0A52
5#9D0844
6#7E0736
7#5E0529
8#3F031B
9#1F020E
Tints
Lighter variations
1#F766A0
2#F877AB
3#F988B5
4#FA99C0
5#FBAACA
6#FBBBD5
7#FCCCDF
8#FDDDEA
9#FEEEF4
Tones
Muted variations
1#EE5D97
2#E66599
3#DE6E9B
4#D6769C
5#CE7E9E
6#C6869F
7#BE8EA1
8#B696A3
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BA | BordersInactive statesPlaceholder text |
| 400 | F655 #F65596 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42578 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0949 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790634 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0421 | 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: #FEF0F6;
--hot-pink-100: #FDDDEA;
--hot-pink-200: #FCC0D8;
--hot-pink-300: #F990BA;
--hot-pink-400: #F65596;
--hot-pink-500: #F42578;
--hot-pink-600: #D50B5C;
--hot-pink-700: #AA0949;
--hot-pink-800: #790634;
--hot-pink-900: #4E0421;
--hot-pink-950: #300315;
}