Deep Pink
#EB2DCF
PinkColor Codes
All color formats for development
HEX
#EB2DCFRGB
rgb(235, 45, 207)HSL
hsl(309, 83%, 55%)OKLCH
oklch(0.658 0.267 335.4)CMYK
cmyk(0%, 81%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715C8
2#CD13B1
3#B4119B
4#9A0E85
5#800C6F
6#670A59
7#4D0743
8#33052C
9#1A0216
Tints
Lighter variations
1#ED42D4
2#EF57D9
3#F16CDD
4#F381E2
5#F596E7
6#F7ABEC
7#F9C0F1
8#FBD5F5
9#FDEAFA
Tones
Muted variations
1#E237C8
2#D840C2
3#CF4ABB
4#C553B4
5#BC5DAE
6#B266A7
7#A970A0
8#9F799A
9#968393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDA | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0741 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1FC;
--deep-pink-100: #FCDEF8;
--deep-pink-200: #F9C2F1;
--deep-pink-300: #F594E6;
--deep-pink-400: #F05CDA;
--deep-pink-500: #EB2DCF;
--deep-pink-600: #CD13B1;
--deep-pink-700: #A30F8D;
--deep-pink-800: #750B65;
--deep-pink-900: #4B0741;
--deep-pink-950: #2F0428;
}