Hot Pink
#F5569B
PinkColor Codes
All color formats for development
HEX
#F5569BRGB
rgb(245, 86, 155)HSL
hsl(334, 89%, 65%)OKLCH
oklch(0.684 0.203 357.1)CMYK
cmyk(0%, 65%, 37%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33789
2#F21876
3#DB0D66
4#BC0B58
5#9D0949
6#7D073A
7#5E052C
8#3F041D
9#1F020F
Tints
Lighter variations
1#F667A5
2#F778AF
3#F889B9
4#F99AC3
5#FAABCD
6#FBBCD7
7#FCCCE1
8#FDDDEB
9#FEEEF5
Tones
Muted variations
1#ED5E9C
2#E5669D
3#DD6E9E
4#D5769F
5#CD7EA0
6#C686A2
7#BE8EA3
8#B696A4
9#AE9EA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BD | BordersInactive statesPlaceholder text |
| 400 | F556 #F5569B | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F2267F | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0424 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300316 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDEB;
--hot-pink-200: #FBC0DA;
--hot-pink-300: #F990BD;
--hot-pink-400: #F5569B;
--hot-pink-500: #F2267F;
--hot-pink-600: #D40C63;
--hot-pink-700: #A90A4F;
--hot-pink-800: #780738;
--hot-pink-900: #4D0424;
--hot-pink-950: #300316;
}