Hot Pink
#F953B9
PinkColor Codes
All color formats for development
HEX
#F953B9RGB
rgb(249, 83, 185)HSL
hsl(323, 93%, 65%)OKLCH
oklch(0.698 0.224 346.6)CMYK
cmyk(0%, 67%, 26%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F833AC
2#F6139F
3#E0088D
4#C00779
5#A00665
6#800551
7#60033D
8#400228
9#200114
Tints
Lighter variations
1#F964C0
2#FA75C7
3#FB86CE
4#FB98D5
5#FCA9DC
6#FDBAE3
7#FDCBEA
8#FEDDF1
9#FEEEF8
Tones
Muted variations
1#F05BB7
2#E863B5
3#E06CB3
4#D874B1
5#CF7CAF
6#C785AD
7#BF8DAC
8#B695AA
9#AE9DA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED1 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953B9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC066D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B044E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0332 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F9;
--hot-pink-100: #FEDDF1;
--hot-pink-200: #FDBFE5;
--hot-pink-300: #FB8ED1;
--hot-pink-400: #F953B9;
--hot-pink-500: #F722A5;
--hot-pink-600: #D90889;
--hot-pink-700: #AC066D;
--hot-pink-800: #7B044E;
--hot-pink-900: #4F0332;
--hot-pink-950: #31021F;
}