Purple
#6E0BA8
PurpleColor Codes
All color formats for development
HEX
#6E0BA8RGB
rgb(110, 11, 168)HSL
hsl(278, 88%, 35%)OKLCH
oklch(0.429 0.214 306.4)CMYK
cmyk(35%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630A97
2#580986
3#4D0775
4#420665
5#370554
6#2C0443
7#210332
8#160222
9#0B0111
Tints
Lighter variations
1#830DC7
2#970FE6
3#A625F1
4#B344F3
5#C063F5
6#CC82F7
7#D9A2F9
8#E6C1FB
9#F2E0FD
Tones
Muted variations
1#6C13A0
2#6A1A98
3#682290
4#662A88
5#643281
6#623A79
7#604271
8#5D4A69
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 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DDFD;
--purple-200: #E6C1FB;
--purple-300: #D291F8;
--purple-400: #BB57F4;
--purple-500: #A727F1;
--purple-600: #8B0DD3;
--purple-700: #6E0BA8;
--purple-800: #4F0878;
--purple-900: #32054D;
--purple-950: #1F0330;
}