Deep Pink
#FD1CA6
PinkColor Codes
All color formats for development
HEX
#FD1CA6RGB
rgb(253, 28, 166)HSL
hsl(323, 98%, 55%)OKLCH
oklch(0.661 0.265 350.9)CMYK
cmyk(0%, 89%, 34%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA039B
2#DE028A
3#C20279
4#A70267
5#8B0156
6#6F0145
7#530134
8#380122
9#1C0011
Tints
Lighter variations
1#FD33AF
2#FD49B8
3#FD60C1
4#FE77CA
5#FE8DD3
6#FEA4DC
7#FEBBE4
8#FFD2ED
9#FFE8F6
Tones
Muted variations
1#F127A4
2#E632A1
3#DB3E9F
4#D0499C
5#C45499
6#B95F97
7#AE6B94
8#A37691
9#97818F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EBA | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE028A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510132 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F9;
--deep-pink-100: #FFDCF1;
--deep-pink-200: #FEBDE5;
--deep-pink-300: #FE8BD2;
--deep-pink-400: #FD4EBA;
--deep-pink-500: #FD1CA6;
--deep-pink-600: #DE028A;
--deep-pink-700: #B1026E;
--deep-pink-800: #7E014E;
--deep-pink-900: #510132;
--deep-pink-950: #32011F;
}