Deep Pink
#FD1C85
PinkColor Codes
All color formats for development
HEX
#FD1C85RGB
rgb(253, 28, 133)HSL
hsl(332, 98%, 55%)OKLCH
oklch(0.65 0.252 1.3)CMYK
cmyk(0%, 89%, 47%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0376
2#DE0269
3#C2025C
4#A7024F
5#8B0142
6#6F0134
7#530127
8#38011A
9#1C000D
Tints
Lighter variations
1#FD3391
2#FD499D
3#FD60A9
4#FE77B6
5#FE8DC2
6#FEA4CE
7#FEBBDA
8#FFD2E7
9#FFE8F3
Tones
Muted variations
1#F12786
2#E63286
3#DB3E87
4#D04988
5#C45489
6#B95F89
7#AE6B8A
8#A3768B
9#97818C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC1 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EA0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10253 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510126 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320118 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F7;
--deep-pink-100: #FFDCEC;
--deep-pink-200: #FEBDDC;
--deep-pink-300: #FE8BC1;
--deep-pink-400: #FD4EA0;
--deep-pink-500: #FD1C85;
--deep-pink-600: #DE0269;
--deep-pink-700: #B10253;
--deep-pink-800: #7E013C;
--deep-pink-900: #510126;
--deep-pink-950: #320118;
}