Hot Pink
#F655CB
PinkColor Codes
All color formats for development
HEX
#F655CBRGB
rgb(246, 85, 203)HSL
hsl(316, 90%, 65%)OKLCH
oklch(0.703 0.23 340.1)CMYK
cmyk(0%, 65%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436C2
2#F316B8
3#DC0CA5
4#BD0A8D
5#9D0876
6#7E075E
7#5E0547
8#3F032F
9#1F0218
Tints
Lighter variations
1#F766D0
2#F877D6
3#F988DB
4#FA99E0
5#FBAAE5
6#FBBBEA
7#FCCCEF
8#FDDDF5
9#FEEEFA
Tones
Muted variations
1#EE5DC7
2#E665C4
3#DE6EC0
4#D676BC
5#CE7EB8
6#C686B5
7#BE8EB1
8#B696AD
9#AE9EA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990DD | BordersInactive statesPlaceholder text |
| 400 | F655 #F655CB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425BC | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA097F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79065B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E043A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0FB;
--hot-pink-100: #FDDDF5;
--hot-pink-200: #FCC0EC;
--hot-pink-300: #F990DD;
--hot-pink-400: #F655CB;
--hot-pink-500: #F425BC;
--hot-pink-600: #D50B9F;
--hot-pink-700: #AA097F;
--hot-pink-800: #79065B;
--hot-pink-900: #4E043A;
--hot-pink-950: #300324;
}