Deep Pink
#FD1C9B
PinkColor Codes
All color formats for development
HEX
#FD1C9BRGB
rgb(253, 28, 155)HSL
hsl(326, 98%, 55%)OKLCH
oklch(0.657 0.26 354.3)CMYK
cmyk(0%, 89%, 39%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA038F
2#DE027F
3#C2026F
4#A7025F
5#8B014F
6#6F013F
7#530130
8#380120
9#1C0010
Tints
Lighter variations
1#FD33A5
2#FD49AF
3#FD60B9
4#FE77C3
5#FE8DCD
6#FEA4D7
7#FEBBE1
8#FFD2EB
9#FFE8F5
Tones
Muted variations
1#F1279A
2#E63298
3#DB3E97
4#D04995
5#C45494
6#B95F92
7#AE6B91
8#A3768F
9#97818E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BCC | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB1 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C9B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE027F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51012E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0F8;
--deep-pink-100: #FFDCEF;
--deep-pink-200: #FEBDE2;
--deep-pink-300: #FE8BCC;
--deep-pink-400: #FD4EB1;
--deep-pink-500: #FD1C9B;
--deep-pink-600: #DE027F;
--deep-pink-700: #B10265;
--deep-pink-800: #7E0148;
--deep-pink-900: #51012E;
--deep-pink-950: #32011D;
}