Hot Pink
#FB5089
PinkColor Codes
All color formats for development
HEX
#FB5089RGB
rgb(251, 80, 137)HSL
hsl(340, 96%, 65%)OKLCH
oklch(0.682 0.21 4.3)CMYK
cmyk(0%, 68%, 45%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3073
2#FA0F5D
3#E3054F
4#C30444
5#A20338
6#82032D
7#610222
8#410117
9#20010B
Tints
Lighter variations
1#FC6295
2#FC73A1
3#FD85AD
4#FD96B8
5#FDA8C4
6#FEB9D0
7#FECBDC
8#FEDCE7
9#FFEEF3
Tones
Muted variations
1#F3598C
2#EA618F
3#E26A92
4#D97295
5#D17B97
6#C8839A
7#BF8C9D
8#B795A0
9#AE9DA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB2 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5089 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E68 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC044C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF043D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D032B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50021C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320111 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F5;
--hot-pink-100: #FEDCE7;
--hot-pink-200: #FEBED3;
--hot-pink-300: #FD8CB2;
--hot-pink-400: #FB5089;
--hot-pink-500: #FA1E68;
--hot-pink-600: #DC044C;
--hot-pink-700: #AF043D;
--hot-pink-800: #7D032B;
--hot-pink-900: #50021C;
--hot-pink-950: #320111;
}