Deep Pink
#DD03C7
PinkColor Codes
All color formats for development
HEX
#DD03C7RGB
rgb(221, 3, 199)HSL
hsl(306, 97%, 44%)OKLCH
oklch(0.618 0.275 334)CMYK
cmyk(0%, 99%, 10%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C703B3
2#B1039F
3#9B028B
4#850278
5#6F0264
6#580150
7#42013C
8#2C0128
9#160014
Tints
Lighter variations
1#F904E1
2#FC1EE5
3#FC3AE9
4#FC56EC
5#FD72EF
6#FD8EF2
7#FEABF5
8#FEC7F9
9#FFE3FC
Tones
Muted variations
1#D20EBF
2#C719B6
3#BC24AD
4#B22FA4
5#A73A9C
6#9C4593
7#91508A
8#865A82
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FEB | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0039F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500148 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FEDCFB;
--deep-pink-200: #FEBEF8;
--deep-pink-300: #FD8BF2;
--deep-pink-400: #FC4FEB;
--deep-pink-500: #FC1DE5;
--deep-pink-600: #DD03C7;
--deep-pink-700: #B0039F;
--deep-pink-800: #7E0271;
--deep-pink-900: #500148;
--deep-pink-950: #32012D;
}