Deep Pink
#FC1DB1
PinkColor Codes
All color formats for development
HEX
#FC1DB1RGB
rgb(252, 29, 177)HSL
hsl(320, 97%, 55%)OKLCH
oklch(0.664 0.269 347.5)CMYK
cmyk(0%, 88%, 30%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F904A7
2#DD0394
3#C10382
4#A6036F
5#8A025D
6#6F024A
7#530138
8#370125
9#1C0013
Tints
Lighter variations
1#FC34B9
2#FC4AC1
3#FD61C9
4#FD77D0
5#FD8ED8
6#FEA5E0
7#FEBBE8
8#FED2EF
9#FFE8F7
Tones
Muted variations
1#F028AE
2#E533AA
3#DA3EA6
4#CF49A3
5#C4559F
6#B9609B
7#AE6B97
8#A37694
9#978190
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD7 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC3 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500136 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FEDCF3;
--deep-pink-200: #FEBEE9;
--deep-pink-300: #FD8BD7;
--deep-pink-400: #FC4FC3;
--deep-pink-500: #FC1DB1;
--deep-pink-600: #DD0394;
--deep-pink-700: #B00376;
--deep-pink-800: #7E0254;
--deep-pink-900: #500136;
--deep-pink-950: #320122;
}