Deep Pink
#DE0295
PinkColor Codes
All color formats for development
HEX
#DE0295RGB
rgb(222, 2, 149)HSL
hsl(320, 98%, 44%)OKLCH
oklch(0.595 0.248 349.2)CMYK
cmyk(0%, 99%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80286
2#B20277
3#9C0268
4#850159
5#6F014A
6#59013C
7#43012D
8#2C001E
9#16000F
Tints
Lighter variations
1#FA03A8
2#FD1DB2
3#FD39BC
4#FD55C5
5#FE72CF
6#FE8ED9
7#FEAAE2
8#FEC6EC
9#FFE3F5
Tones
Muted variations
1#D30D91
2#C8188E
3#BD238A
4#B22E86
5#A73983
6#9C447F
7#914F7B
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 #FFDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0295 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510136 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FFDCF3;
--deep-pink-200: #FEBDE9;
--deep-pink-300: #FE8BD8;
--deep-pink-400: #FD4EC3;
--deep-pink-500: #FD1CB2;
--deep-pink-600: #DE0295;
--deep-pink-700: #B10276;
--deep-pink-800: #7E0155;
--deep-pink-900: #510136;
--deep-pink-950: #320122;
}