Hot Pink
#F953C1
PinkColor Codes
All color formats for development
HEX
#F953C1RGB
rgb(249, 83, 193)HSL
hsl(320, 93%, 65%)OKLCH
oklch(0.701 0.229 344)CMYK
cmyk(0%, 67%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F833B6
2#F613AB
3#E00898
4#C00782
5#A0066D
6#800557
7#600341
8#40022B
9#200116
Tints
Lighter variations
1#F964C8
2#FA75CE
3#FB86D4
4#FB98DA
5#FCA9E0
6#FDBAE6
7#FDCBED
8#FEDDF3
9#FEEEF9
Tones
Muted variations
1#F05BBF
2#E863BC
3#E06CB9
4#D874B6
5#CF7CB4
6#C785B1
7#BF8DAE
8#B695AB
9#AE9DA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953C1 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0675 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0335 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0FA;
--hot-pink-100: #FEDDF3;
--hot-pink-200: #FDBFE8;
--hot-pink-300: #FB8ED7;
--hot-pink-400: #F953C1;
--hot-pink-500: #F722B0;
--hot-pink-600: #D90893;
--hot-pink-700: #AC0675;
--hot-pink-800: #7B0454;
--hot-pink-900: #4F0335;
--hot-pink-950: #310221;
}