Deep Pink
#C716CA
PinkColor Codes
All color formats for development
HEX
#C716CARGB
rgb(199, 22, 202)HSL
hsl(299, 80%, 44%)OKLCH
oklch(0.589 0.263 327.5)CMYK
cmyk(1%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B314B6
2#9F12A2
3#8B108D
4#770D79
5#630B65
6#500951
7#3C073D
8#280428
9#140214
Tints
Lighter variations
1#E019E4
2#E531E8
3#E84BEB
4#EC65EE
5#EF7EF1
6#F298F4
7#F5B2F6
8#F9CCF9
9#FCE5FC
Tones
Muted variations
1#BE1FC1
2#B628B8
3#AD31AF
4#A43AA6
5#9C439D
6#934C94
7#8A558B
8#825E82
9#796779
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 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | 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: #F7C3F8;
--deep-pink-300: #F295F3;
--deep-pink-400: #EB5EED;
--deep-pink-500: #E530E8;
--deep-pink-600: #C716CA;
--deep-pink-700: #9E12A1;
--deep-pink-800: #710D73;
--deep-pink-900: #480849;
--deep-pink-950: #2D052E;
}