Deep Pink
#FD1CC8
PinkColor Codes
All color formats for development
HEX
#FD1CC8RGB
rgb(253, 28, 200)HSL
hsl(314, 98%, 55%)OKLCH
oklch(0.675 0.282 341.2)CMYK
cmyk(0%, 89%, 21%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03C0
2#DE02AB
3#C20295
4#A70280
5#8B016B
6#6F0155
7#530140
8#38012B
9#1C0015
Tints
Lighter variations
1#FD33CE
2#FD49D3
3#FD60D9
4#FE77DE
5#FE8DE4
6#FEA4E9
7#FEBBEF
8#FFD2F4
9#FFE8FA
Tones
Muted variations
1#F127C2
2#E632BC
3#DB3EB6
4#D049B0
5#C454AA
6#B95FA4
7#AE6B9E
8#A37698
9#978192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FFDCF6;
--deep-pink-200: #FEBDEF;
--deep-pink-300: #FE8BE3;
--deep-pink-400: #FD4ED4;
--deep-pink-500: #FD1CC8;
--deep-pink-600: #DE02AB;
--deep-pink-700: #B10288;
--deep-pink-800: #7E0161;
--deep-pink-900: #51013E;
--deep-pink-950: #320127;
}