Deep Pink
#DE0299
PinkColor Codes
All color formats for development
HEX
#DE0299RGB
rgb(222, 2, 153)HSL
hsl(319, 98%, 44%)OKLCH
oklch(0.597 0.25 347.9)CMYK
cmyk(0%, 99%, 31%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80289
2#B2027A
3#9C026B
4#85015C
5#6F014C
6#59013D
7#43012E
8#2C001F
9#16000F
Tints
Lighter variations
1#FA03AC
2#FD1DB6
3#FD39BF
4#FD55C8
5#FE72D1
6#FE8EDA
7#FEAAE4
8#FEC6ED
9#FFE3F6
Tones
Muted variations
1#D30D94
2#C81890
3#BD238C
4#B22E88
5#A73984
6#9C4480
7#914F7C
8#865A78
9#7B6574
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FFDCF4;
--deep-pink-200: #FEBDEA;
--deep-pink-300: #FE8BD9;
--deep-pink-400: #FD4EC6;
--deep-pink-500: #FD1CB5;
--deep-pink-600: #DE0299;
--deep-pink-700: #B10279;
--deep-pink-800: #7E0157;
--deep-pink-900: #510137;
--deep-pink-950: #320123;
}