Purple
#6E0AA9
PurpleColor Codes
All color formats for development
HEX
#6E0AA9RGB
rgb(110, 10, 169)HSL
hsl(278, 89%, 35%)OKLCH
oklch(0.429 0.215 306.2)CMYK
cmyk(35%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630998
2#580887
3#4D0776
4#420665
5#370554
6#2C0443
7#210333
8#160222
9#0B0111
Tints
Lighter variations
1#830CC8
2#970DE7
3#A724F2
4#B343F4
5#C062F6
6#CC82F8
7#D9A1FA
8#E6C0FB
9#F2E0FD
Tones
Muted variations
1#6C12A1
2#6A1A99
3#682291
4#662A89
5#643281
6#623979
7#604171
8#5D4969
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB56 #BB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | A726 #A726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0C #8B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0A #6E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F07 #4F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3204 #32044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DDFD;
--purple-200: #E6C0FB;
--purple-300: #D290F9;
--purple-400: #BB56F5;
--purple-500: #A726F2;
--purple-600: #8B0CD4;
--purple-700: #6E0AA9;
--purple-800: #4F0778;
--purple-900: #32044D;
--purple-950: #200330;
}