Deep Pink
#FC1D81
PinkColor Codes
All color formats for development
HEX
#FC1D81RGB
rgb(252, 29, 129)HSL
hsl(333, 97%, 55%)OKLCH
oklch(0.647 0.25 2.5)CMYK
cmyk(0%, 88%, 49%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90472
2#DD0365
3#C10359
4#A6034C
5#8A023F
6#6F0233
7#530126
8#370119
9#1C000D
Tints
Lighter variations
1#FC348E
2#FC4A9A
3#FD61A7
4#FD77B3
5#FD8EC0
6#FEA5CD
7#FEBBD9
8#FED2E6
9#FFE8F2
Tones
Muted variations
1#F02882
2#E53383
3#DA3E84
4#CF4986
5#C45587
6#B96088
7#AE6B89
8#A3768A
9#97818B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BBF | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F9D | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0365 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00351 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F7;
--deep-pink-100: #FEDCEB;
--deep-pink-200: #FEBEDB;
--deep-pink-300: #FD8BBF;
--deep-pink-400: #FC4F9D;
--deep-pink-500: #FC1D81;
--deep-pink-600: #DD0365;
--deep-pink-700: #B00351;
--deep-pink-800: #7E023A;
--deep-pink-900: #500125;
--deep-pink-950: #320117;
}