Purple
#6E159D
PurpleColor Codes
All color formats for development
HEX
#6E159DRGB
rgb(110, 21, 157)HSL
hsl(279, 76%, 35%)OKLCH
oklch(0.424 0.199 309.4)CMYK
cmyk(30%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63138D
2#58117E
3#4D0F6E
4#420D5E
5#370B4F
6#2C093F
7#21062F
8#16041F
9#0B0210
Tints
Lighter variations
1#8219BA
2#961DD7
3#A533E3
4#B250E7
5#BF6DEB
6#CC8AEF
7#D9A7F3
8#E5C5F7
9#F2E2FB
Tones
Muted variations
1#6C1C96
2#6A2390
3#672A89
4#653182
5#63377B
6#613E74
7#5F456E
8#5D4C67
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D298 #D298F1 | BordersInactive statesPlaceholder text |
| 400 | BA62 #BA62EA | Disabled statesSecondary iconsMuted text |
| 500 | A635 #A635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A1B #8A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E15 #6E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0F #4E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 320A #320A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F2FD;
--purple-100: #F1E0FB;
--purple-200: #E5C5F7;
--purple-300: #D298F1;
--purple-400: #BA62EA;
--purple-500: #A635E3;
--purple-600: #8A1BC5;
--purple-700: #6E159D;
--purple-800: #4E0F70;
--purple-900: #320A48;
--purple-950: #1F062D;
}