Deep Pink
#FD1C81
PinkColor Codes
All color formats for development
HEX
#FD1C81RGB
rgb(253, 28, 129)HSL
hsl(333, 98%, 55%)OKLCH
oklch(0.648 0.251 2.6)CMYK
cmyk(0%, 89%, 49%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0372
2#DE0265
3#C20259
4#A7024C
5#8B013F
6#6F0133
7#530126
8#380119
9#1C000D
Tints
Lighter variations
1#FD338E
2#FD499A
3#FD60A7
4#FE77B3
5#FE8DC0
6#FEA4CD
7#FEBBD9
8#FFD2E6
9#FFE8F2
Tones
Muted variations
1#F12782
2#E63283
3#DB3E84
4#D04986
5#C45487
6#B95F88
7#AE6B89
8#A3768A
9#97818B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BBF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E9D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10251 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F7;
--deep-pink-100: #FFDCEB;
--deep-pink-200: #FEBDDB;
--deep-pink-300: #FE8BBF;
--deep-pink-400: #FD4E9D;
--deep-pink-500: #FD1C81;
--deep-pink-600: #DE0265;
--deep-pink-700: #B10251;
--deep-pink-800: #7E013A;
--deep-pink-900: #510125;
--deep-pink-950: #320117;
}