Hot Pink
#F655CE
PinkColor Codes
All color formats for development
HEX
#F655CERGB
rgb(246, 85, 206)HSL
hsl(315, 90%, 65%)OKLCH
oklch(0.704 0.232 339.1)CMYK
cmyk(0%, 65%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436C5
2#F316BC
3#DC0CA8
4#BD0A90
5#9D0878
6#7E0760
7#5E0548
8#3F0330
9#1F0218
Tints
Lighter variations
1#F766D3
2#F877D8
3#F988DD
4#FA99E2
5#FBAAE6
6#FBBBEB
7#FCCCF0
8#FDDDF5
9#FEEEFA
Tones
Muted variations
1#EE5DCA
2#E665C6
3#DE6EC2
4#D676BE
5#CE7EBA
6#C686B6
7#BE8EB2
8#B696AE
9#AE9EAA
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 #FCC0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990DF | BordersInactive statesPlaceholder text |
| 400 | F655 #F655CE | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79065C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E043B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300325 | 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: #FCC0ED;
--hot-pink-300: #F990DF;
--hot-pink-400: #F655CE;
--hot-pink-500: #F425C0;
--hot-pink-600: #D50BA3;
--hot-pink-700: #AA0981;
--hot-pink-800: #79065C;
--hot-pink-900: #4E043B;
--hot-pink-950: #300325;
}