Deep Pink
#C819C8
PinkColor Codes
All color formats for development
HEX
#C819C8RGB
rgb(200, 25, 200)HSL
hsl(300, 78%, 44%)OKLCH
oklch(0.591 0.26 328.3)CMYK
cmyk(0%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B416B4
2#A014A0
3#8C118C
4#780F78
5#640C64
6#500A50
7#3C073C
8#280528
9#140214
Tints
Lighter variations
1#E11CE1
2#E634E6
3#E94DE9
4#EC66EC
5#EF80EF
6#F299F2
7#F6B3F6
8#F9CCF9
9#FCE6FC
Tones
Muted variations
1#BF21BF
2#B62AB6
3#AD33AD
4#A53CA5
5#9C449C
6#934D93
7#8A568A
8#825F82
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 | F8C4 #F8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60EB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490949 | 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: #F8C4F8;
--deep-pink-300: #F297F2;
--deep-pink-400: #EB60EB;
--deep-pink-500: #E633E6;
--deep-pink-600: #C819C8;
--deep-pink-700: #9F149F;
--deep-pink-800: #710E71;
--deep-pink-900: #490949;
--deep-pink-950: #2D062D;
}