Hot Pink
#F556CD
PinkColor Codes
All color formats for development
HEX
#F556CDRGB
rgb(245, 86, 205)HSL
hsl(315, 89%, 65%)OKLCH
oklch(0.703 0.23 339.2)CMYK
cmyk(0%, 65%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F337C4
2#F218BB
3#DB0DA8
4#BC0B90
5#9D0978
6#7D0760
7#5E0548
8#3F0430
9#1F0218
Tints
Lighter variations
1#F667D2
2#F778D7
3#F889DC
4#F99AE1
5#FAABE6
6#FBBCEB
7#FCCCF0
8#FDDDF5
9#FEEEFA
Tones
Muted variations
1#ED5EC9
2#E566C6
3#DD6EC2
4#D576BE
5#CD7EBA
6#C686B6
7#BE8EB2
8#B696AE
9#AE9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990DE | BordersInactive statesPlaceholder text |
| 400 | F556 #F556CD | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226BF | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78075C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D043B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1FB;
--hot-pink-100: #FDDDF5;
--hot-pink-200: #FBC0ED;
--hot-pink-300: #F990DE;
--hot-pink-400: #F556CD;
--hot-pink-500: #F226BF;
--hot-pink-600: #D40CA2;
--hot-pink-700: #A90A81;
--hot-pink-800: #78075C;
--hot-pink-900: #4D043B;
--hot-pink-950: #300325;
}