Deep Pink
#FD1CC1
PinkColor Codes
All color formats for development
HEX
#FD1CC1RGB
rgb(253, 28, 193)HSL
hsl(316, 98%, 55%)OKLCH
oklch(0.672 0.278 343.1)CMYK
cmyk(0%, 89%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03B8
2#DE02A4
3#C2028F
4#A7027B
5#8B0166
6#6F0152
7#53013D
8#380129
9#1C0014
Tints
Lighter variations
1#FD33C7
2#FD49CD
3#FD60D3
4#FE77DA
5#FE8DE0
6#FEA4E6
7#FEBBEC
8#FFD2F3
9#FFE8F9
Tones
Muted variations
1#F127BB
2#E632B6
3#DB3EB1
4#D049AC
5#C454A6
6#B95FA1
7#AE6B9C
8#A37697
9#978191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECF | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FFDCF5;
--deep-pink-200: #FEBDED;
--deep-pink-300: #FE8BDF;
--deep-pink-400: #FD4ECF;
--deep-pink-500: #FD1CC1;
--deep-pink-600: #DE02A4;
--deep-pink-700: #B10282;
--deep-pink-800: #7E015D;
--deep-pink-900: #51013B;
--deep-pink-950: #320125;
}