Deep Pink
#E2367E
PinkColor Codes
All color formats for development
HEX
#E2367ERGB
rgb(226, 54, 126)HSL
hsl(335, 75%, 55%)OKLCH
oklch(0.616 0.213 0.7)CMYK
cmyk(0%, 76%, 44%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD206E
2#C41C62
3#AC1956
4#93154A
5#7B123D
6#620E31
7#4A0B25
8#310719
9#19040C
Tints
Lighter variations
1#E54A8B
2#E85E98
3#EB72A5
4#EE87B2
5#F19BBE
6#F4AFCB
7#F6C3D8
8#F9D7E5
9#FCEBF2
Tones
Muted variations
1#DA3F7F
2#D14781
3#C85082
4#C05984
5#B76185
6#AF6A87
7#A67288
8#9D7B89
9#95848B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BD | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639B | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367E | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A24 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F6;
--deep-pink-100: #FBE0EB;
--deep-pink-200: #F7C5DA;
--deep-pink-300: #F098BD;
--deep-pink-400: #E9639B;
--deep-pink-500: #E2367E;
--deep-pink-600: #C41C62;
--deep-pink-700: #9C164E;
--deep-pink-800: #701038;
--deep-pink-900: #470A24;
--deep-pink-950: #2D0616;
}