Purple
#6A04AE
PurpleColor Codes
All color formats for development
HEX
#6A04AERGB
rgb(106, 4, 174)HSL
hsl(276, 96%, 35%)OKLCH
oklch(0.426 0.221 303.2)CMYK
cmyk(39%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60039D
2#55038C
3#4A027A
4#400269
5#350257
6#2B0146
7#200134
8#150123
9#0B0011
Tints
Lighter variations
1#7E04CF
2#9205F0
3#A11CFA
4#AF3CFB
5#BC5DFC
6#C97DFC
7#D79EFD
8#E4BEFE
9#F2DFFE
Tones
Muted variations
1#690CA6
2#67159E
3#651D95
4#64268D
5#622E84
6#60377C
7#5E4073
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 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08C #D08CFD | BordersInactive statesPlaceholder text |
| 400 | B750 #B750FB | Disabled statesSecondary iconsMuted text |
| 500 | A21E #A21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8604 #8604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E4BEFE;
--purple-300: #D08CFD;
--purple-400: #B750FB;
--purple-500: #A21EFA;
--purple-600: #8604DC;
--purple-700: #6A04AF;
--purple-800: #4C037D;
--purple-900: #310250;
--purple-950: #1E0132;
}