Hot Pink
#F556C8
PinkColor Codes
All color formats for development
HEX
#F556C8RGB
rgb(245, 86, 200)HSL
hsl(317, 89%, 65%)OKLCH
oklch(0.701 0.226 340.8)CMYK
cmyk(0%, 65%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337BE
2#F218B4
3#DB0DA1
4#BC0B8A
5#9D0973
6#7D075C
7#5E0545
8#3F042E
9#1F0217
Tints
Lighter variations
1#F667CE
2#F778D3
3#F889D9
4#F99ADE
5#FAABE4
6#FBBCE9
7#FCCCEF
8#FDDDF4
9#FEEEFA
Tones
Muted variations
1#ED5EC5
2#E566C1
3#DD6EBE
4#D576BA
5#CD7EB7
6#C686B4
7#BE8EB0
8#B696AD
9#AE9EA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990DB | BordersInactive statesPlaceholder text |
| 400 | F556 #F556C8 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0439 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1FA;
--hot-pink-100: #FDDDF4;
--hot-pink-200: #FBC0EB;
--hot-pink-300: #F990DB;
--hot-pink-400: #F556C8;
--hot-pink-500: #F226B9;
--hot-pink-600: #D40C9B;
--hot-pink-700: #A90A7C;
--hot-pink-800: #780758;
--hot-pink-900: #4D0439;
--hot-pink-950: #300323;
}