Deep Pink
#FC1DA6
PinkColor Codes
All color formats for development
HEX
#FC1DA6RGB
rgb(252, 29, 166)HSL
hsl(323, 97%, 55%)OKLCH
oklch(0.659 0.263 350.8)CMYK
cmyk(0%, 88%, 34%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9049B
2#DD038A
3#C10378
4#A60367
5#8A0256
6#6F0245
7#530134
8#370122
9#1C0011
Tints
Lighter variations
1#FC34AF
2#FC4AB8
3#FD61C1
4#FD77CA
5#FD8ED3
6#FEA5DB
7#FEBBE4
8#FED2ED
9#FFE8F6
Tones
Muted variations
1#F028A4
2#E533A1
3#DA3E9E
4#CF499C
5#C45599
6#B96097
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 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FBA | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD038A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0036D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E024E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500132 | 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: #FEDCF1;
--deep-pink-200: #FEBEE5;
--deep-pink-300: #FD8BD2;
--deep-pink-400: #FC4FBA;
--deep-pink-500: #FC1DA6;
--deep-pink-600: #DD038A;
--deep-pink-700: #B0036D;
--deep-pink-800: #7E024E;
--deep-pink-900: #500132;
--deep-pink-950: #32011F;
}