Deep Pink
#E000BB
PinkColor Codes
All color formats for development
HEX
#E000BBRGB
rgb(224, 0, 187)HSL
hsl(310, 100%, 44%)OKLCH
oklch(0.616 0.27 338)CMYK
cmyk(0%, 100%, 17%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA00A8
2#B40096
3#9D0083
4#870070
5#70005D
6#5A004B
7#430038
8#2D0025
9#160013
Tints
Lighter variations
1#FD00D3
2#FF1BD9
3#FF37DE
4#FF54E2
5#FF70E7
6#FF8DEC
7#FFA9F1
8#FFC6F5
9#FFE2FA
Tones
Muted variations
1#D50BB4
2#CA16AC
3#BF22A5
4#B42D9D
5#A83896
6#9D438E
7#924F87
8#875A7F
9#7B6578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AEB | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DE1 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30095 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80006A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520044 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FFDBF9;
--deep-pink-200: #FFBDF4;
--deep-pink-300: #FF8AEB;
--deep-pink-400: #FF4DE1;
--deep-pink-500: #FF1AD9;
--deep-pink-600: #E000BB;
--deep-pink-700: #B30095;
--deep-pink-800: #80006A;
--deep-pink-900: #520044;
--deep-pink-950: #33002A;
}