Hot Pink
#F95395
PinkColor Codes
All color formats for development
HEX
#F95395RGB
rgb(249, 83, 149)HSL
hsl(336, 93%, 65%)OKLCH
oklch(0.685 0.208 359.8)CMYK
cmyk(0%, 67%, 40%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83381
2#F6136E
3#E0085E
4#C00751
5#A00643
6#800536
7#600328
8#40021B
9#20010D
Tints
Lighter variations
1#F964A0
2#FA75AA
3#FB86B5
4#FB98BF
5#FCA9CA
6#FDBAD5
7#FDCBDF
8#FEDDEA
9#FEEEF4
Tones
Muted variations
1#F05B97
2#E86398
3#E06C9A
4#D8749C
5#CF7C9D
6#C7859F
7#BF8DA1
8#B695A2
9#AE9DA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB9 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95395 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72277 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9085B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0649 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0434 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0321 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310215 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F6;
--hot-pink-100: #FEDDEA;
--hot-pink-200: #FDBFD8;
--hot-pink-300: #FB8EB9;
--hot-pink-400: #F95395;
--hot-pink-500: #F72277;
--hot-pink-600: #D9085B;
--hot-pink-700: #AC0649;
--hot-pink-800: #7B0434;
--hot-pink-900: #4F0321;
--hot-pink-950: #310215;
}