Deep Pink
#C815CB
PinkColor Codes
All color formats for development
HEX
#C815CBRGB
rgb(200, 21, 203)HSL
hsl(299, 81%, 44%)OKLCH
oklch(0.591 0.264 327.5)CMYK
cmyk(1%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B413B7
2#A011A2
3#8C0F8E
4#780D7A
5#640B66
6#500951
7#3C063D
8#280429
9#140214
Tints
Lighter variations
1#E218E5
2#E630E9
3#E94AEC
4#EC64EF
5#F07EF1
6#F398F4
7#F6B1F7
8#F9CBFA
9#FCE5FC
Tones
Muted variations
1#BF1EC2
2#B627B9
3#AE31B0
4#A53AA7
5#9C439E
6#934C95
7#8B558B
8#825E82
9#796779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | E62F #E62FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C815 #C815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F11 #9F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720C #720C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49084A | 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: #FDF1FE;
--deep-pink-100: #FBDFFC;
--deep-pink-200: #F8C3F9;
--deep-pink-300: #F295F4;
--deep-pink-400: #EC5DEE;
--deep-pink-500: #E62FE9;
--deep-pink-600: #C815CB;
--deep-pink-700: #9F11A2;
--deep-pink-800: #720C73;
--deep-pink-900: #49084A;
--deep-pink-950: #2D052E;
}