Purple
#7B05AD
PurpleColor Codes
All color formats for development
HEX
#7B05ADRGB
rgb(123, 5, 173)HSL
hsl(282, 94%, 35%)OKLCH
oklch(0.449 0.223 310.6)CMYK
cmyk(29%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F059C
2#62048B
3#560479
4#4A0368
5#3D0357
6#310245
7#250234
8#190123
9#0C0111
Tints
Lighter variations
1#9206CD
2#A807ED
3#B71EF8
4#C13EF9
5#CB5EFA
6#D67EFB
7#E09FFC
8#EABFFD
9#F5DFFE
Tones
Muted variations
1#770EA5
2#74169C
3#711F94
4#6D278C
5#6A2F83
6#67387B
7#634072
8#60486A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8D #DA8DFB | BordersInactive statesPlaceholder text |
| 400 | C752 #C752FA | Disabled statesSecondary iconsMuted text |
| 500 | B720 #B720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A07 #9A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B05 #7B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5804 #58047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #38024F | 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: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EABFFD;
--purple-300: #DA8DFB;
--purple-400: #C752FA;
--purple-500: #B720F8;
--purple-600: #9A07DA;
--purple-700: #7B05AD;
--purple-800: #58047C;
--purple-900: #38024F;
--purple-950: #230231;
}