Deep Pink
#B418C9
PinkColor Codes
All color formats for development
HEX
#B418C9RGB
rgb(180, 24, 201)HSL
hsl(293, 79%, 44%)OKLCH
oklch(0.56 0.254 322.2)CMYK
cmyk(10%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A215B5
2#9013A1
3#7E108D
4#6C0E79
5#5A0C64
6#480950
7#36073C
8#240528
9#120214
Tints
Lighter variations
1#CB1BE2
2#D233E7
3#D84CEA
4#DD66ED
5#E37FF0
6#E899F3
7#EEB2F6
8#F4CCF9
9#F9E5FC
Tones
Muted variations
1#AD20C0
2#A729B7
3#A032AE
4#993BA5
5#92449D
6#8B4D94
7#85568B
8#7E5E82
9#776779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E896 #E896F3 | BordersInactive statesPlaceholder text |
| 400 | DC5F #DC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D232 #D232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B418 #B418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F13 #8F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660D #660D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4209 #420949 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FCF1FD;
--deep-pink-100: #F8DFFB;
--deep-pink-200: #F2C4F8;
--deep-pink-300: #E896F3;
--deep-pink-400: #DC5FEC;
--deep-pink-500: #D232E7;
--deep-pink-600: #B418C9;
--deep-pink-700: #8F13A0;
--deep-pink-800: #660D72;
--deep-pink-900: #420949;
--deep-pink-950: #29052E;
}