Purple
#6C149F
PurpleColor Codes
All color formats for development
HEX
#6C149FRGB
rgb(108, 20, 159)HSL
hsl(278, 78%, 35%)OKLCH
oklch(0.422 0.201 307.9)CMYK
cmyk(32%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61128F
2#56107F
3#4B0E6F
4#410C5F
5#360A4F
6#2B0840
7#200630
8#160420
9#0B0210
Tints
Lighter variations
1#8017BC
2#941BDA
3#A330E5
4#B04EE9
5#BD6BED
6#CA89F0
7#D8A6F4
8#E5C4F8
9#F2E1FB
Tones
Muted variations
1#6A1B98
2#682291
3#66298A
4#642F83
5#63367C
6#613D75
7#5F446E
8#5D4B67
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 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D197 #D197F2 | BordersInactive statesPlaceholder text |
| 400 | B860 #B860EB | Disabled statesSecondary iconsMuted text |
| 500 | A433 #A433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8819 #8819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C14 #6C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0E #4D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | 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: #E5C4F8;
--purple-300: #D197F2;
--purple-400: #B860EB;
--purple-500: #A433E6;
--purple-600: #8819C8;
--purple-700: #6C149F;
--purple-800: #4D0E71;
--purple-900: #310949;
--purple-950: #1F062D;
}