Hot Pink
#F556A6
PinkColor Codes
All color formats for development
HEX
#F556A6RGB
rgb(245, 86, 166)HSL
hsl(330, 89%, 65%)OKLCH
oklch(0.688 0.208 352.9)CMYK
cmyk(0%, 65%, 32%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33795
2#F21885
3#DB0D74
4#BC0B63
5#9D0953
6#7D0742
7#5E0532
8#3F0421
9#1F0211
Tints
Lighter variations
1#F667AF
2#F778B8
3#F889C1
4#F99AC9
5#FAABD2
6#FBBCDB
7#FCCCE4
8#FDDDED
9#FEEEF6
Tones
Muted variations
1#ED5EA6
2#E566A6
3#DD6EA6
4#D576A6
5#CD7EA6
6#C686A6
7#BE8EA6
8#B696A6
9#AE9EA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990C4 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556A6 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F2268C | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0429 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F7;
--hot-pink-100: #FDDDED;
--hot-pink-200: #FBC0DE;
--hot-pink-300: #F990C4;
--hot-pink-400: #F556A6;
--hot-pink-500: #F2268C;
--hot-pink-600: #D40C70;
--hot-pink-700: #A90A59;
--hot-pink-800: #780740;
--hot-pink-900: #4D0429;
--hot-pink-950: #30031A;
}