Hot Pink
#DF3AB8
PinkColor Codes
All color formats for development
HEX
#DF3AB8RGB
rgb(223, 58, 184)HSL
hsl(314, 72%, 55%)OKLCH
oklch(0.636 0.235 339.4)CMYK
cmyk(0%, 74%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D923AF
2#C11F9B
3#A91B88
4#911874
5#791461
6#60104E
7#480C3A
8#300827
9#180413
Tints
Lighter variations
1#E24DBF
2#E561C6
3#E975CE
4#EC89D5
5#EF9CDC
6#F2B0E3
7#F5C4EA
8#F9D8F1
9#FCEBF8
Tones
Muted variations
1#D742B4
2#CE4AB0
3#C652AB
4#BE5BA7
5#B663A2
6#AD6B9E
7#A57399
8#9D7C95
9#958491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADB | BordersInactive statesPlaceholder text |
| 400 | E665 #E665C8 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A197C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1258 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B38 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2FA;
--hot-pink-100: #FAE0F4;
--hot-pink-200: #F6C6EB;
--hot-pink-300: #EF9ADB;
--hot-pink-400: #E665C8;
--hot-pink-500: #DF3AB8;
--hot-pink-600: #C11F9B;
--hot-pink-700: #9A197C;
--hot-pink-800: #6E1258;
--hot-pink-900: #460B38;
--hot-pink-950: #2C0723;
}