Purple
#6C159E
PurpleColor Codes
All color formats for development
HEX
#6C159ERGB
rgb(108, 21, 158)HSL
hsl(278, 77%, 35%)OKLCH
oklch(0.422 0.199 308.1)CMYK
cmyk(32%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61128E
2#56107E
3#4B0E6F
4#410C5F
5#360A4F
6#2B083F
7#20062F
8#160420
9#0B0210
Tints
Lighter variations
1#8018BB
2#941CD9
3#A332E4
4#B04FE8
5#BD6CEC
6#CA8AF0
7#D7A7F4
8#E5C4F7
9#F2E2FB
Tones
Muted variations
1#6A1B97
2#682290
3#662989
4#643082
5#62377C
6#613E75
7#5F456E
8#5D4C67
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D097 #D097F2 | BordersInactive statesPlaceholder text |
| 400 | B861 #B861EA | Disabled statesSecondary iconsMuted text |
| 500 | A434 #A434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871A #871AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C15 #6C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310948 | 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: #F9F1FD;
--purple-100: #F1DFFB;
--purple-200: #E5C4F7;
--purple-300: #D097F2;
--purple-400: #B861EA;
--purple-500: #A434E5;
--purple-600: #871AC7;
--purple-700: #6C159E;
--purple-800: #4D0F71;
--purple-900: #310948;
--purple-950: #1F062D;
}