Deep Pink
#E000C6
PinkColor Codes
All color formats for development
HEX
#E000C6RGB
rgb(224, 0, 198)HSL
hsl(307, 100%, 44%)OKLCH
oklch(0.621 0.276 335)CMYK
cmyk(0%, 100%, 12%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA00B2
2#B4009F
3#9D008B
4#870077
5#700063
6#5A004F
7#43003B
8#2D0028
9#160014
Tints
Lighter variations
1#FD00DF
2#FF1BE4
3#FF37E8
4#FF54EB
5#FF70EE
6#FF8DF2
7#FFA9F5
8#FFC6F8
9#FFE2FC
Tones
Muted variations
1#D50BBE
2#CA16B5
3#BF22AC
4#B42DA4
5#A8389B
6#9D4393
7#924F8A
8#875A81
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DEA | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3009E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520048 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FFDBFB;
--deep-pink-200: #FFBDF7;
--deep-pink-300: #FF8AF1;
--deep-pink-400: #FF4DEA;
--deep-pink-500: #FF1AE4;
--deep-pink-600: #E000C6;
--deep-pink-700: #B3009E;
--deep-pink-800: #800071;
--deep-pink-900: #520048;
--deep-pink-950: #33002D;
}