Hot Pink
#F65598
PinkColor Codes
All color formats for development
HEX
#F65598RGB
rgb(246, 85, 152)HSL
hsl(335, 90%, 65%)OKLCH
oklch(0.684 0.204 358.4)CMYK
cmyk(0%, 65%, 38%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43685
2#F31672
3#DC0C63
4#BD0A55
5#9D0846
6#7E0738
7#5E052A
8#3F031C
9#1F020E
Tints
Lighter variations
1#F766A3
2#F877AD
3#F988B7
4#FA99C1
5#FBAACC
6#FBBBD6
7#FCCCE0
8#FDDDEA
9#FEEEF5
Tones
Muted variations
1#EE5D9A
2#E6659B
3#DE6E9C
4#D6769E
5#CE7E9F
6#C686A0
7#BE8EA2
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 #FCC0D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BC | BordersInactive statesPlaceholder text |
| 400 | F655 #F65598 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4257B | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA094C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790636 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0423 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300316 | 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: #FCC0D9;
--hot-pink-300: #F990BC;
--hot-pink-400: #F65598;
--hot-pink-500: #F4257B;
--hot-pink-600: #D50B5F;
--hot-pink-700: #AA094C;
--hot-pink-800: #790636;
--hot-pink-900: #4E0423;
--hot-pink-950: #300316;
}