Hot Pink
#FB5195
PinkColor Codes
All color formats for development
HEX
#FB5195RGB
rgb(251, 81, 149)HSL
hsl(336, 96%, 65%)OKLCH
oklch(0.686 0.212 359.9)CMYK
cmyk(0%, 68%, 41%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3081
2#FA0F6D
3#E3055E
4#C30450
5#A20343
6#820336
7#610228
8#41011B
9#20010D
Tints
Lighter variations
1#FC629F
2#FC73AA
3#FD85B5
4#FD96BF
5#FDA8CA
6#FEB9D4
7#FECBDF
8#FEDCEA
9#FFEEF4
Tones
Muted variations
1#F35996
2#EA6198
3#E26A9A
4#D9729B
5#D17B9D
6#C8839F
7#BF8CA1
8#B795A2
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 #FEBED7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB9 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5095 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E76 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC045B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0448 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500221 | 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: #FEBED7;
--hot-pink-300: #FD8CB9;
--hot-pink-400: #FB5095;
--hot-pink-500: #FA1E76;
--hot-pink-600: #DC045B;
--hot-pink-700: #AF0448;
--hot-pink-800: #7D0334;
--hot-pink-900: #500221;
--hot-pink-950: #320115;
}