Hot Pink
#FB519D
PinkColor Codes
All color formats for development
HEX
#FB519DRGB
rgb(251, 81, 157)HSL
hsl(333, 96%, 65%)OKLCH
oklch(0.689 0.215 356.9)CMYK
cmyk(0%, 68%, 37%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB308B
2#FA0F79
3#E30569
4#C3045A
5#A2034B
6#82033C
7#61022D
8#41011E
9#20010F
Tints
Lighter variations
1#FC62A7
2#FC73B1
3#FD85BB
4#FD96C4
5#FDA8CE
6#FEB9D8
7#FECBE2
8#FEDCEB
9#FFEEF5
Tones
Muted variations
1#F3599E
2#EA619F
3#E26AA0
4#D972A1
5#D17BA1
6#C883A2
7#BF8CA3
8#B795A4
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CBF | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB509D | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0465 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0451 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D033A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500225 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F7;
--hot-pink-100: #FEDCEB;
--hot-pink-200: #FEBEDB;
--hot-pink-300: #FD8CBF;
--hot-pink-400: #FB509D;
--hot-pink-500: #FA1E81;
--hot-pink-600: #DC0465;
--hot-pink-700: #AF0451;
--hot-pink-800: #7D033A;
--hot-pink-900: #500225;
--hot-pink-950: #320117;
}