Deep Pink
#FC1DB5
PinkColor Codes
All color formats for development
HEX
#FC1DB5RGB
rgb(252, 29, 181)HSL
hsl(319, 97%, 55%)OKLCH
oklch(0.665 0.271 346.3)CMYK
cmyk(0%, 88%, 28%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F904AB
2#DD0398
3#C10385
4#A60372
5#8A025F
6#6F024C
7#530139
8#370126
9#1C0013
Tints
Lighter variations
1#FC34BC
2#FC4AC4
3#FD61CB
4#FD77D3
5#FD8EDA
6#FEA5E1
7#FEBBE9
8#FED2F0
9#FFE8F8
Tones
Muted variations
1#F028B1
2#E533AD
3#DA3EA9
4#CF49A5
5#C455A1
6#B9609D
7#AE6B98
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 #FEBEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD9 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC5 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0256 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | 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: #FEBEEA;
--deep-pink-300: #FD8BD9;
--deep-pink-400: #FC4FC5;
--deep-pink-500: #FC1DB5;
--deep-pink-600: #DD0398;
--deep-pink-700: #B00379;
--deep-pink-800: #7E0256;
--deep-pink-900: #500137;
--deep-pink-950: #320123;
}