Purple
#72067A
PinkColor Codes
All color formats for development
HEX
#72067ARGB
rgb(114, 6, 122)HSL
hsl(296, 91%, 25%)OKLCH
oklch(0.396 0.18 324.8)CMYK
cmyk(7%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67056E
2#5B0561
3#500455
4#440349
5#39033D
6#2E0231
7#220225
8#170118
9#0B010C
Tints
Lighter variations
1#94079E
2#B609C3
3#D90BE7
4#E724F5
5#EB48F6
6#EF6DF8
7#F391FA
8#F7B6FC
9#FBDAFD
Tones
Muted variations
1#6D0C74
2#68116E
3#631768
4#5E1D63
5#59235D
6#542957
7#4F2E51
8#4A344B
9#453A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F38F #F38FFA | BordersInactive statesPlaceholder text |
| 400 | EC55 #EC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | E724 #E724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C90A #C90AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A008 #A008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7206 #72067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | 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: #FDF0FE;
--purple-100: #FBDDFD;
--purple-200: #F8C0FC;
--purple-300: #F38FFA;
--purple-400: #EC55F7;
--purple-500: #E724F5;
--purple-600: #C90AD6;
--purple-700: #A008AA;
--purple-800: #72067A;
--purple-900: #49044E;
--purple-950: #2E0231;
}