Hot Pink
#F953A3
PinkColor Codes
All color formats for development
HEX
#F953A3RGB
rgb(249, 83, 163)HSL
hsl(331, 93%, 65%)OKLCH
oklch(0.69 0.213 354.5)CMYK
cmyk(0%, 67%, 35%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83392
2#F61381
3#E00870
4#C00760
5#A00650
6#800540
7#600330
8#400220
9#200110
Tints
Lighter variations
1#F964AC
2#FA75B5
3#FB86BF
4#FB98C8
5#FCA9D1
6#FDBADA
7#FDCBE3
8#FEDDED
9#FEEEF6
Tones
Muted variations
1#F05BA3
2#E863A4
3#E06CA4
4#D874A4
5#CF7CA4
6#C785A5
7#BF8DA5
8#B695A5
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EC3 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953A3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72289 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9086D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0656 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B043E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0328 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310219 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F7;
--hot-pink-100: #FEDDED;
--hot-pink-200: #FDBFDD;
--hot-pink-300: #FB8EC3;
--hot-pink-400: #F953A3;
--hot-pink-500: #F72289;
--hot-pink-600: #D9086D;
--hot-pink-700: #AC0656;
--hot-pink-800: #7B043E;
--hot-pink-900: #4F0328;
--hot-pink-950: #310219;
}