Purple
#7206AC
PurpleColor Codes
All color formats for development
HEX
#7206ACRGB
rgb(114, 6, 172)HSL
hsl(279, 93%, 35%)OKLCH
oklch(0.436 0.22 307.2)CMYK
cmyk(34%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67069B
2#5B058A
3#500479
4#440467
5#390356
6#2E0245
7#220234
8#170122
9#0B0111
Tints
Lighter variations
1#8707CC
2#9D09EC
3#AB1FF7
4#B73FF8
5#C35FF9
6#CF7FFA
7#DB9FFC
8#E7BFFD
9#F3DFFE
Tones
Muted variations
1#700FA4
2#6D179C
3#6B1F93
4#68278B
5#663083
6#63387A
7#614072
8#5E496A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58E #D58EFB | BordersInactive statesPlaceholder text |
| 400 | BF53 #BF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | AC22 #AC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9008 #9008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7206 #7206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3403 #34034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F2DDFE;
--purple-200: #E7BFFD;
--purple-300: #D58EFB;
--purple-400: #BF53F9;
--purple-500: #AC22F7;
--purple-600: #9008D9;
--purple-700: #7206AC;
--purple-800: #52047B;
--purple-900: #34034F;
--purple-950: #210231;
}