Purple
#7806AC
PurpleColor Codes
All color formats for development
HEX
#7806ACRGB
rgb(120, 6, 172)HSL
hsl(281, 93%, 35%)OKLCH
oklch(0.444 0.222 309.7)CMYK
cmyk(30%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C069B
2#60058A
3#540479
4#480467
5#3C0356
6#300245
7#240234
8#180122
9#0C0111
Tints
Lighter variations
1#8E07CC
2#A409EC
3#B31FF7
4#BD3FF8
5#C85FF9
6#D37FFA
7#DE9FFC
8#E9BFFD
9#F4DFFE
Tones
Muted variations
1#750FA4
2#72179C
3#6F1F93
4#6C278B
5#683083
6#65387A
7#624072
8#5F496A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFB | BordersInactive statesPlaceholder text |
| 400 | C453 #C453F9 | Disabled statesSecondary iconsMuted text |
| 500 | B322 #B322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9608 #9608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7806 #7806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5504 #55047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FE;
--purple-100: #F3DDFE;
--purple-200: #E9BFFD;
--purple-300: #D88EFB;
--purple-400: #C453F9;
--purple-500: #B322F7;
--purple-600: #9608D9;
--purple-700: #7806AC;
--purple-800: #55047B;
--purple-900: #37034F;
--purple-950: #220231;
}