Purple
#72037C
PinkColor Codes
All color formats for development
HEX
#72037CRGB
rgb(114, 3, 124)HSL
hsl(295, 95%, 25%)OKLCH
oklch(0.396 0.184 324)CMYK
cmyk(8%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670370
2#5B0363
3#500257
4#45024B
5#39023E
6#2E0132
7#220125
8#170119
9#0B000C
Tints
Lighter variations
1#9404A2
2#B705C7
3#D906EC
4#E71FF9
5#EB45FA
6#EF6AFB
7#F38FFC
8#F7B4FD
9#FBDAFE
Tones
Muted variations
1#6D0976
2#680F70
3#63156A
4#5E1B64
5#59215E
6#542858
7#4F2E52
8#4A344C
9#453A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BE #F8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F38D #F38DFC | BordersInactive statesPlaceholder text |
| 400 | EC51 #EC51FB | Disabled statesSecondary iconsMuted text |
| 500 | E71F #E71FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C906 #C906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A004 #A004AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7203 #72037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4902 #490250 | Primary textHigh emphasis contentDark headings |
| 950 | 2E01 #2E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFE;
--purple-200: #F8BEFD;
--purple-300: #F38DFC;
--purple-400: #EC51FB;
--purple-500: #E71FF9;
--purple-600: #C906DB;
--purple-700: #A004AE;
--purple-800: #72037C;
--purple-900: #490250;
--purple-950: #2E0132;
}