Hot Pink
#F95398
PinkColor Codes
All color formats for development
HEX
#F95398RGB
rgb(249, 83, 152)HSL
hsl(335, 93%, 65%)OKLCH
oklch(0.686 0.209 358.7)CMYK
cmyk(0%, 67%, 39%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83385
2#F61372
3#E00862
4#C00754
5#A00646
6#800538
7#60032A
8#40021C
9#20010E
Tints
Lighter variations
1#F964A2
2#FA75AD
3#FB86B7
4#FB98C1
5#FCA9CB
6#FDBAD6
7#FDCBE0
8#FEDDEA
9#FEEEF5
Tones
Muted variations
1#F05B99
2#E8639B
3#E06C9C
4#D8749D
5#CF7C9F
6#C785A0
7#BF8DA2
8#B695A3
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 #FDBFD9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EBB | BordersInactive statesPlaceholder text |
| 400 | F953 #F95398 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7227A | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9085F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC064B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0436 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0322 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | 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: #FDBFD9;
--hot-pink-300: #FB8EBB;
--hot-pink-400: #F95398;
--hot-pink-500: #F7227A;
--hot-pink-600: #D9085F;
--hot-pink-700: #AC064B;
--hot-pink-800: #7B0436;
--hot-pink-900: #4F0322;
--hot-pink-950: #310216;
}