Deep Pink
#FD1CB5
PinkColor Codes
All color formats for development
HEX
#FD1CB5RGB
rgb(253, 28, 181)HSL
hsl(319, 98%, 55%)OKLCH
oklch(0.667 0.272 346.5)CMYK
cmyk(0%, 89%, 28%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03AC
2#DE0299
3#C20285
4#A70272
5#8B015F
6#6F014C
7#530139
8#380126
9#1C0013
Tints
Lighter variations
1#FD33BD
2#FD49C4
3#FD60CC
4#FE77D3
5#FE8DDA
6#FEA4E2
7#FEBBE9
8#FFD2F0
9#FFE8F8
Tones
Muted variations
1#F127B1
2#E632AD
3#DB3EA9
4#D049A5
5#C454A1
6#B95F9D
7#AE6B99
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 | FFDC #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | 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: #FFDCF4;
--deep-pink-200: #FEBDEA;
--deep-pink-300: #FE8BD9;
--deep-pink-400: #FD4EC6;
--deep-pink-500: #FD1CB5;
--deep-pink-600: #DE0299;
--deep-pink-700: #B10279;
--deep-pink-800: #7E0157;
--deep-pink-900: #510137;
--deep-pink-950: #320123;
}