Deep Pink
#C11F9B
PinkColor Codes
All color formats for development
HEX
#C11F9BRGB
rgb(193, 31, 155)HSL
hsl(314, 72%, 44%)OKLCH
oklch(0.558 0.224 340.3)CMYK
cmyk(0%, 84%, 20%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE1C8C
2#9A197C
3#87166D
4#74135D
5#60104E
6#4D0D3E
7#3A092F
8#27061F
9#130310
Tints
Lighter variations
1#DA23AF
2#DF3BB9
3#E353C1
4#E76CCA
5#EB84D3
6#EF9DDC
7#F3B5E5
8#F7CEED
9#FBE6F6
Tones
Muted variations
1#B92797
2#B13093
3#A9388E
4#A1408A
5#994886
6#915081
7#88587D
8#806079
9#786875
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 {
--deep-pink-50: #FDF2FA;
--deep-pink-100: #FAE0F4;
--deep-pink-200: #F6C6EB;
--deep-pink-300: #EF9ADB;
--deep-pink-400: #E665C8;
--deep-pink-500: #DF3AB8;
--deep-pink-600: #C11F9B;
--deep-pink-700: #9A197C;
--deep-pink-800: #6E1258;
--deep-pink-900: #460B38;
--deep-pink-950: #2C0723;
}