Hot Pink
#F65590
PinkColor Codes
All color formats for development
HEX
#F65590RGB
rgb(246, 85, 144)HSL
hsl(338, 90%, 65%)OKLCH
oklch(0.681 0.202 1.5)CMYK
cmyk(0%, 65%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4367C
2#F31667
3#DC0C58
4#BD0A4C
5#9D083F
6#7E0732
7#5E0526
8#3F0319
9#1F020D
Tints
Lighter variations
1#F7669B
2#F877A6
3#F988B2
4#FA99BD
5#FBAAC8
6#FBBBD3
7#FCCCDE
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#EE5D92
2#E66595
3#DE6E97
4#D67699
5#CE7E9B
6#C6869D
7#BE8E9F
8#B696A1
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 #FCC0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B6 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65590 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42571 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0944 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790630 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041F | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | 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: #FCC0D6;
--hot-pink-300: #F990B6;
--hot-pink-400: #F65590;
--hot-pink-500: #F42571;
--hot-pink-600: #D50B55;
--hot-pink-700: #AA0944;
--hot-pink-800: #790630;
--hot-pink-900: #4E041F;
--hot-pink-950: #300313;
}