Purple
#6812A1
PurpleColor Codes
All color formats for development
HEX
#6812A1RGB
rgb(104, 18, 161)HSL
hsl(276, 80%, 35%)OKLCH
oklch(0.417 0.203 305.5)CMYK
cmyk(35%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D1091
2#530E81
3#480C70
4#3E0B60
5#340950
6#290740
7#1F0530
8#150420
9#0A0210
Tints
Lighter variations
1#7B15BE
2#8E18DC
3#9E2EE8
4#AB4CEB
5#B96AEE
6#C788F2
7#D5A5F5
8#E3C3F8
9#F1E1FC
Tones
Muted variations
1#66199A
2#652092
3#63278B
4#622E84
5#60367D
6#5F3D76
7#5E446F
8#5C4B68
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F3 | BordersInactive statesPlaceholder text |
| 400 | B45E #B45EED | Disabled statesSecondary iconsMuted text |
| 500 | 9F30 #9F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8216 #8216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6812 #6812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C3F8;
--purple-300: #CE95F3;
--purple-400: #B45EED;
--purple-500: #9F30E8;
--purple-600: #8216CA;
--purple-700: #6812A1;
--purple-800: #4A0D73;
--purple-900: #2F0849;
--purple-950: #1E052E;
}