Purple
#720C73
PinkColor Codes
All color formats for development
HEX
#720C73RGB
rgb(114, 12, 115)HSL
hsl(299, 81%, 25%)OKLCH
oklch(0.393 0.172 327.8)CMYK
cmyk(1%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660B68
2#5B0A5C
3#500851
4#440745
5#39063A
6#2D052E
7#220423
8#170217
9#0B010C
Tints
Lighter variations
1#941096
2#B613B9
3#D817DB
4#E62FE9
5#EA52ED
6#EE75F0
7#F397F4
8#F7BAF8
9#FBDCFB
Tones
Muted variations
1#6D116E
2#681669
3#631C64
4#5E215F
5#59265A
6#542B54
7#4F304F
8#4A354A
9#453B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | E62F #E62FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C815 #C815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F11 #9F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720C #720C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49084A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FBDFFC;
--purple-200: #F8C3F9;
--purple-300: #F295F4;
--purple-400: #EC5DEE;
--purple-500: #E62FE9;
--purple-600: #C815CB;
--purple-700: #9F11A2;
--purple-800: #720C73;
--purple-900: #49084A;
--purple-950: #2D052E;
}