Hot Pink
#FC4FBA
PinkColor Codes
All color formats for development
HEX
#FC4FBARGB
rgb(252, 79, 186)HSL
hsl(323, 97%, 65%)OKLCH
oklch(0.699 0.232 346.7)CMYK
cmyk(0%, 69%, 26%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2FAD
2#FB0EA0
3#E5038E
4#C4037A
5#A30266
6#830251
7#62013D
8#410129
9#210014
Tints
Lighter variations
1#FD61C1
2#FD72C8
3#FD84CF
4#FD96D6
5#FEA7DC
6#FEB9E3
7#FECAEA
8#FEDCF1
9#FFEDF8
Tones
Muted variations
1#F458B8
2#EB60B6
3#E269B4
4#DA72B2
5#D17AB0
6#C883AE
7#C08CAC
8#B794AA
9#AE9DA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FBA | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD038A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0036D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E024E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500132 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F9;
--hot-pink-100: #FEDCF1;
--hot-pink-200: #FEBEE5;
--hot-pink-300: #FD8BD2;
--hot-pink-400: #FC4FBA;
--hot-pink-500: #FC1DA6;
--hot-pink-600: #DD038A;
--hot-pink-700: #B0036D;
--hot-pink-800: #7E024E;
--hot-pink-900: #500132;
--hot-pink-950: #32011F;
}