Deep Pink
#C71AC7
PinkColor Codes
All color formats for development
HEX
#C71AC7RGB
rgb(199, 26, 199)HSL
hsl(300, 77%, 44%)OKLCH
oklch(0.589 0.259 328.3)CMYK
cmyk(0%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B317B3
2#9F159F
3#8B128B
4#770F77
5#630D63
6#4F0A4F
7#3C083C
8#280528
9#140314
Tints
Lighter variations
1#E01DE0
2#E535E5
3#E84EE8
4#EB67EB
5#EF81EF
6#F29AF2
7#F5B3F5
8#F8CCF8
9#FCE6FC
Tones
Muted variations
1#BE22BE
2#B52BB5
3#AD34AD
4#A43CA4
5#9B459B
6#934E93
7#8A568A
8#815F81
9#796879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61EA | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480948 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FD;
--deep-pink-100: #FBDFFB;
--deep-pink-200: #F7C4F7;
--deep-pink-300: #F297F2;
--deep-pink-400: #EA61EA;
--deep-pink-500: #E534E5;
--deep-pink-600: #C71AC7;
--deep-pink-700: #9E159E;
--deep-pink-800: #710F71;
--deep-pink-900: #480948;
--deep-pink-950: #2D062D;
}