Deep Pink
#C519C8
PinkColor Codes
All color formats for development
HEX
#C519C8RGB
rgb(197, 25, 200)HSL
hsl(299, 78%, 44%)OKLCH
oklch(0.586 0.259 327.4)CMYK
cmyk(1%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B116B4
2#9D14A0
3#8A118C
4#760F78
5#620C64
6#4F0A50
7#3B073C
8#270528
9#140214
Tints
Lighter variations
1#DE1CE1
2#E334E6
3#E64DE9
4#EA66EC
5#ED80EF
6#F199F2
7#F4B3F6
8#F8CCF9
9#FBE6FC
Tones
Muted variations
1#BC21BF
2#B42AB6
3#AB33AD
4#A33CA5
5#9A449C
6#924D93
7#8A568A
8#815F82
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 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F197 #F197F2 | BordersInactive statesPlaceholder text |
| 400 | E960 #E960EB | Disabled statesSecondary iconsMuted text |
| 500 | E333 #E333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C519 #C519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D14 #9D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700E #700E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | 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: #F7C4F8;
--deep-pink-300: #F197F2;
--deep-pink-400: #E960EB;
--deep-pink-500: #E333E6;
--deep-pink-600: #C519C8;
--deep-pink-700: #9D149F;
--deep-pink-800: #700E71;
--deep-pink-900: #480949;
--deep-pink-950: #2D062D;
}