Purple
#7A06AC
PurpleColor Codes
All color formats for development
HEX
#7A06ACRGB
rgb(122, 6, 172)HSL
hsl(282, 93%, 35%)OKLCH
oklch(0.447 0.222 310.5)CMYK
cmyk(29%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E069B
2#62058A
3#560479
4#490467
5#3D0356
6#310245
7#250234
8#180122
9#0C0111
Tints
Lighter variations
1#9107CC
2#A809EC
3#B61FF7
4#C13FF8
5#CB5FF9
6#D57FFA
7#E09FFC
8#EABFFD
9#F5DFFE
Tones
Muted variations
1#770FA4
2#74179C
3#701F93
4#6D278B
5#6A3083
6#67387A
7#634072
8#60496A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8E #DA8EFB | BordersInactive statesPlaceholder text |
| 400 | C753 #C753F9 | Disabled statesSecondary iconsMuted text |
| 500 | B722 #B722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A08 #9A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A06 #7A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5704 #57047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3803 #38034F | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FE;
--purple-100: #F4DDFE;
--purple-200: #EABFFD;
--purple-300: #DA8EFB;
--purple-400: #C753F9;
--purple-500: #B722F7;
--purple-600: #9A08D9;
--purple-700: #7A06AC;
--purple-800: #57047B;
--purple-900: #38034F;
--purple-950: #230231;
}