Deep Pink
#E2369B
PinkColor Codes
All color formats for development
HEX
#E2369BRGB
rgb(226, 54, 155)HSL
hsl(325, 75%, 55%)OKLCH
oklch(0.626 0.225 349.8)CMYK
cmyk(0%, 76%, 31%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD208E
2#C41C7E
3#AC196E
4#93155F
5#7B124F
6#620E3F
7#4A0B2F
8#310720
9#190410
Tints
Lighter variations
1#E54AA5
2#E85EAF
3#EB72B9
4#EE87C3
5#F19BCD
6#F4AFD7
7#F6C3E1
8#F9D7EB
9#FCEBF5
Tones
Muted variations
1#DA3F99
2#D14798
3#C85096
4#C05995
5#B76193
6#AF6A92
7#A67291
8#9D7B8F
9#95848E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F8;
--deep-pink-100: #FBE0EF;
--deep-pink-200: #F7C5E2;
--deep-pink-300: #F098CC;
--deep-pink-400: #E963B1;
--deep-pink-500: #E2369B;
--deep-pink-600: #C41C7E;
--deep-pink-700: #9C1664;
--deep-pink-800: #701048;
--deep-pink-900: #470A2E;
--deep-pink-950: #2D061D;
}