Deep Pink
#FD1CAA
PinkColor Codes
All color formats for development
HEX
#FD1CAARGB
rgb(253, 28, 170)HSL
hsl(322, 98%, 55%)OKLCH
oklch(0.662 0.266 349.7)CMYK
cmyk(0%, 89%, 33%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA039F
2#DE028E
3#C2027C
4#A7026A
5#8B0158
6#6F0147
7#530135
8#380123
9#1C0012
Tints
Lighter variations
1#FD33B3
2#FD49BB
3#FD60C4
4#FE77CC
5#FE8DD5
6#FEA4DD
7#FEBBE6
8#FFD2EE
9#FFE8F7
Tones
Muted variations
1#F127A7
2#E632A4
3#DB3EA1
4#D0499E
5#C4549B
6#B95F98
7#AE6B95
8#A37692
9#97818F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD4 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EBD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE028E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510133 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F9;
--deep-pink-100: #FFDCF2;
--deep-pink-200: #FEBDE7;
--deep-pink-300: #FE8BD4;
--deep-pink-400: #FD4EBD;
--deep-pink-500: #FD1CAA;
--deep-pink-600: #DE028E;
--deep-pink-700: #B10271;
--deep-pink-800: #7E0150;
--deep-pink-900: #510133;
--deep-pink-950: #320120;
}