Deep Pink
#C51BC5
PinkColor Codes
All color formats for development
HEX
#C51BC5RGB
rgb(197, 27, 197)HSL
hsl(300, 76%, 44%)OKLCH
oklch(0.585 0.256 328.3)CMYK
cmyk(0%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B218B2
2#9E169E
3#8A138A
4#761076
5#630D63
6#4F0B4F
7#3B083B
8#270527
9#140314
Tints
Lighter variations
1#DF1EDF
2#E436E4
3#E74FE7
4#EA68EA
5#EE81EE
6#F19AF1
7#F5B4F5
8#F8CDF8
9#FCE6FC
Tones
Muted variations
1#BD23BD
2#B42CB4
3#AC35AC
4#A33DA3
5#9B469B
6#924E92
7#8A578A
8#815F81
9#796879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | 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: #FDF2FD;
--deep-pink-100: #FBE0FB;
--deep-pink-200: #F7C5F7;
--deep-pink-300: #F198F1;
--deep-pink-400: #EA62EA;
--deep-pink-500: #E335E3;
--deep-pink-600: #C51BC5;
--deep-pink-700: #9D159D;
--deep-pink-800: #700F70;
--deep-pink-900: #480A48;
--deep-pink-950: #2D062D;
}