Purple
#73047B
PinkColor Codes
All color formats for development
HEX
#73047BRGB
rgb(115, 4, 123)HSL
hsl(296, 94%, 25%)OKLCH
oklch(0.397 0.183 324.8)CMYK
cmyk(7%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68036F
2#5D0363
3#510357
4#45024A
5#3A023E
6#2E0231
7#230125
8#170119
9#0C000C
Tints
Lighter variations
1#9605A1
2#B906C6
3#DC07EB
4#EA20F8
5#ED45F9
6#F16BFA
7#F490FC
8#F8B5FD
9#FBDAFE
Tones
Muted variations
1#6E0A76
2#691070
3#64166A
4#5F1C64
5#5A225E
6#552858
7#4F2E52
8#4A344C
9#453A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDC #FCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BF #F9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F48D #F48DFB | BordersInactive statesPlaceholder text |
| 400 | EE52 #EE52FA | Disabled statesSecondary iconsMuted text |
| 500 | EA20 #EA20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC07 #CC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A205 #A205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7404 #74047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A02 #4A024F | Primary textHigh emphasis contentDark headings |
| 950 | 2E02 #2E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF0FF;
--purple-100: #FCDCFE;
--purple-200: #F9BFFD;
--purple-300: #F48DFB;
--purple-400: #EE52FA;
--purple-500: #EA20F8;
--purple-600: #CC07DA;
--purple-700: #A205AD;
--purple-800: #74047C;
--purple-900: #4A024F;
--purple-950: #2E0231;
}