Deep Pink
#FD1C9F
PinkColor Codes
All color formats for development
HEX
#FD1C9FRGB
rgb(253, 28, 159)HSL
hsl(325, 98%, 55%)OKLCH
oklch(0.658 0.262 353.1)CMYK
cmyk(0%, 89%, 37%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0393
2#DE0283
3#C20272
4#A70262
5#8B0152
6#6F0141
7#530131
8#380121
9#1C0010
Tints
Lighter variations
1#FD33A9
2#FD49B2
3#FD60BC
4#FE77C5
5#FE8DCF
6#FEA4D9
7#FEBBE2
8#FFD2EC
9#FFE8F5
Tones
Muted variations
1#F1279D
2#E6329B
3#DB3E99
4#D04997
5#C45496
6#B95F94
7#AE6B92
8#A37690
9#97818E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BCE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51012F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F9;
--deep-pink-100: #FFDCF0;
--deep-pink-200: #FEBDE3;
--deep-pink-300: #FE8BCE;
--deep-pink-400: #FD4EB4;
--deep-pink-500: #FD1C9F;
--deep-pink-600: #DE0283;
--deep-pink-700: #B10268;
--deep-pink-800: #7E014A;
--deep-pink-900: #51012F;
--deep-pink-950: #32011E;
}