Hot Pink
#F65593
PinkColor Codes
All color formats for development
HEX
#F65593RGB
rgb(246, 85, 147)HSL
hsl(337, 90%, 65%)OKLCH
oklch(0.682 0.202 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#F4367F
2#F3166B
3#DC0C5C
4#BD0A4F
5#9D0841
6#7E0734
7#5E0527
8#3F031A
9#1F020D
Tints
Lighter variations
1#F7669E
2#F877A9
3#F988B3
4#FA99BE
5#FBAAC9
6#FBBBD4
7#FCCCDF
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#EE5D95
2#E66597
3#DE6E99
4#D6769B
5#CE7E9C
6#C6869E
7#BE8EA0
8#B696A2
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B8 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65593 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42574 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0947 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790632 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0420 | 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: #FEF0F6;
--hot-pink-100: #FDDDE9;
--hot-pink-200: #FCC0D7;
--hot-pink-300: #F990B8;
--hot-pink-400: #F65593;
--hot-pink-500: #F42574;
--hot-pink-600: #D50B59;
--hot-pink-700: #AA0947;
--hot-pink-800: #790632;
--hot-pink-900: #4E0420;
--hot-pink-950: #300314;
}