Deep Pink
#CD13B8
PinkColor Codes
All color formats for development
HEX
#CD13B8RGB
rgb(205, 19, 184)HSL
hsl(307, 83%, 44%)OKLCH
oklch(0.587 0.255 334.2)CMYK
cmyk(0%, 91%, 10%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B911A5
2#A40F93
3#900D81
4#7B0B6E
5#670A5C
6#520849
7#3E0637
8#290425
9#150212
Tints
Lighter variations
1#E716CF
2#EC2ED5
3#EE48DB
4#F062E0
5#F37CE5
6#F596EA
7#F8B1EF
8#FACBF5
9#FDE5FA
Tones
Muted variations
1#C41CB0
2#BB26A9
3#B12FA2
4#A8389B
5#9F4294
6#954B8D
7#8C5486
8#835E7E
9#7A6777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EA | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDF | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0743 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1FC;
--deep-pink-100: #FCDEF9;
--deep-pink-200: #F9C2F3;
--deep-pink-300: #F594EA;
--deep-pink-400: #F05CDF;
--deep-pink-500: #EB2DD5;
--deep-pink-600: #CD13B8;
--deep-pink-700: #A30F92;
--deep-pink-800: #750B68;
--deep-pink-900: #4B0743;
--deep-pink-950: #2F042A;
}