Deep Pink
#FD1CCC
PinkColor Codes
All color formats for development
HEX
#FD1CCCRGB
rgb(253, 28, 204)HSL
hsl(313, 98%, 55%)OKLCH
oklch(0.677 0.284 340.1)CMYK
cmyk(0%, 89%, 19%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03C4
2#DE02AF
3#C20299
4#A70283
5#8B016D
6#6F0157
7#530141
8#38012C
9#1C0016
Tints
Lighter variations
1#FD33D1
2#FD49D6
3#FD60DB
4#FE77E0
5#FE8DE5
6#FEA4EB
7#FEBBF0
8#FFD2F5
9#FFE8FA
Tones
Muted variations
1#F127C6
2#E632BF
3#DB3EB9
4#D049B2
5#C454AC
6#B95FA6
7#AE6B9F
8#A37699
9#978193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE5 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CCC | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1028B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FFDCF7;
--deep-pink-200: #FEBDF0;
--deep-pink-300: #FE8BE5;
--deep-pink-400: #FD4ED7;
--deep-pink-500: #FD1CCC;
--deep-pink-600: #DE02AF;
--deep-pink-700: #B1028B;
--deep-pink-800: #7E0163;
--deep-pink-900: #51013F;
--deep-pink-950: #320128;
}