Deep Pink
#E73271
PinkColor Codes
All color formats for development
HEX
#E73271RGB
rgb(231, 50, 113)HSL
hsl(339, 79%, 55%)OKLCH
oklch(0.618 0.217 6.1)CMYK
cmyk(0%, 78%, 51%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E21B60
2#C91856
3#B0154B
4#971240
5#7E0F36
6#640C2B
7#4B0920
8#320615
9#19030B
Tints
Lighter variations
1#E9467F
2#EC5B8D
3#EE6F9C
4#F184AA
5#F398B8
6#F5ADC6
7#F8C1D4
8#FAD6E3
9#FDEAF1
Tones
Muted variations
1#DE3B74
2#D54476
3#CC4D79
4#C3567C
5#BA5F7F
6#B16881
7#A77184
8#9E7A87
9#95838A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396B6 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F91 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73271 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01344 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0513 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1F6;
--deep-pink-100: #FBDFE9;
--deep-pink-200: #F8C4D6;
--deep-pink-300: #F396B6;
--deep-pink-400: #EC5F91;
--deep-pink-500: #E73271;
--deep-pink-600: #C91856;
--deep-pink-700: #A01344;
--deep-pink-800: #720D31;
--deep-pink-900: #49091F;
--deep-pink-950: #2E0513;
}