Deep Pink
#FC1DA3
PinkColor Codes
All color formats for development
HEX
#FC1DA3RGB
rgb(252, 29, 163)HSL
hsl(324, 97%, 55%)OKLCH
oklch(0.658 0.262 351.7)CMYK
cmyk(0%, 88%, 35%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90497
2#DD0386
3#C10375
4#A60364
5#8A0254
6#6F0243
7#530132
8#370121
9#1C0011
Tints
Lighter variations
1#FC34AC
2#FC4AB5
3#FD61BE
4#FD77C8
5#FD8ED1
6#FEA5DA
7#FEBBE3
8#FED2ED
9#FFE8F6
Tones
Muted variations
1#F028A0
2#E5339E
3#DA3E9C
4#CF499A
5#C45597
6#B96095
7#AE6B93
8#A37691
9#97818E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD0 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FB7 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0036B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E024C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500131 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F9;
--deep-pink-100: #FEDCF1;
--deep-pink-200: #FEBEE4;
--deep-pink-300: #FD8BD0;
--deep-pink-400: #FC4FB7;
--deep-pink-500: #FC1DA3;
--deep-pink-600: #DD0386;
--deep-pink-700: #B0036B;
--deep-pink-800: #7E024C;
--deep-pink-900: #500131;
--deep-pink-950: #32011E;
}