Hot Pink
#FB5198
PinkColor Codes
All color formats for development
HEX
#FB5198RGB
rgb(251, 81, 152)HSL
hsl(335, 96%, 65%)OKLCH
oklch(0.687 0.213 358.8)CMYK
cmyk(0%, 68%, 39%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3084
2#FA0F71
3#E30561
4#C30454
5#A20346
6#820338
7#61022A
8#41011C
9#20010E
Tints
Lighter variations
1#FC62A2
2#FC73AC
3#FD85B7
4#FD96C1
5#FDA8CB
6#FEB9D6
7#FECBE0
8#FEDCEA
9#FFEEF5
Tones
Muted variations
1#F35999
2#EA619A
3#E26A9C
4#D9729D
5#D17B9F
6#C883A0
7#BF8CA1
8#B795A3
9#AE9DA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CBB | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5097 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E7A | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC045E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF044B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500222 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320115 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F6;
--hot-pink-100: #FEDCEA;
--hot-pink-200: #FEBED9;
--hot-pink-300: #FD8CBB;
--hot-pink-400: #FB5097;
--hot-pink-500: #FA1E7A;
--hot-pink-600: #DC045E;
--hot-pink-700: #AF044B;
--hot-pink-800: #7D0336;
--hot-pink-900: #500222;
--hot-pink-950: #320115;
}