Deep Pink
#DE0291
PinkColor Codes
All color formats for development
HEX
#DE0291RGB
rgb(222, 2, 145)HSL
hsl(321, 98%, 44%)OKLCH
oklch(0.594 0.246 350.5)CMYK
cmyk(0%, 99%, 35%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80283
2#B20274
3#9C0266
4#850157
5#6F0149
6#59013A
7#43012C
8#2C001D
9#16000F
Tints
Lighter variations
1#FA03A4
2#FD1DAE
3#FD39B8
4#FD55C3
5#FE72CD
6#FE8ED7
7#FEAAE1
8#FEC6EB
9#FFE3F5
Tones
Muted variations
1#D30D8E
2#C8188B
3#BD2387
4#B22E84
5#A73981
6#9C447D
7#914F7A
8#865A77
9#7B6573
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510135 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FFDCF2;
--deep-pink-200: #FEBDE8;
--deep-pink-300: #FE8BD6;
--deep-pink-400: #FD4EC0;
--deep-pink-500: #FD1CAE;
--deep-pink-600: #DE0291;
--deep-pink-700: #B10273;
--deep-pink-800: #7E0152;
--deep-pink-900: #510135;
--deep-pink-950: #320121;
}