Deep Pink
#FD1CB2
PinkColor Codes
All color formats for development
HEX
#FD1CB2RGB
rgb(253, 28, 178)HSL
hsl(320, 98%, 55%)OKLCH
oklch(0.665 0.27 347.4)CMYK
cmyk(0%, 89%, 30%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03A7
2#DE0295
3#C20282
4#A70270
5#8B015D
6#6F014A
7#530138
8#380125
9#1C0013
Tints
Lighter variations
1#FD33B9
2#FD49C1
3#FD60C9
4#FE77D1
5#FE8DD8
6#FEA4E0
7#FEBBE8
8#FFD2F0
9#FFE8F7
Tones
Muted variations
1#F127AE
2#E632AA
3#DB3EA6
4#D049A3
5#C4549F
6#B95F9B
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 | FFDC #FFDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0295 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510136 | 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: #FFDCF3;
--deep-pink-200: #FEBDE9;
--deep-pink-300: #FE8BD8;
--deep-pink-400: #FD4EC3;
--deep-pink-500: #FD1CB2;
--deep-pink-600: #DE0295;
--deep-pink-700: #B10276;
--deep-pink-800: #7E0155;
--deep-pink-900: #510136;
--deep-pink-950: #320122;
}