Purple
#6D04AF
PurpleColor Codes
All color formats for development
HEX
#6D04AFRGB
rgb(109, 4, 175)HSL
hsl(277, 96%, 35%)OKLCH
oklch(0.431 0.222 304.2)CMYK
cmyk(38%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62039D
2#57038C
3#4C027A
4#420269
5#370257
6#2C0146
7#210134
8#160123
9#0B0011
Tints
Lighter variations
1#8204CF
2#9605F0
3#A51CFA
4#B23CFB
5#BF5DFC
6#CC7DFC
7#D89EFD
8#E5BEFE
9#F2DFFE
Tones
Muted variations
1#6B0CA6
2#69159E
3#671D95
4#65268D
5#632E84
6#61377C
7#5F4073
8#5D486A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D18C #D18CFD | BordersInactive statesPlaceholder text |
| 400 | BA50 #BA50FB | Disabled statesSecondary iconsMuted text |
| 500 | A61E #A61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8904 #8904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E5BEFE;
--purple-300: #D18CFD;
--purple-400: #BA50FB;
--purple-500: #A61EFA;
--purple-600: #8904DC;
--purple-700: #6D04AF;
--purple-800: #4E037D;
--purple-900: #320250;
--purple-950: #1F0132;
}