Purple
#811AC7
PurpleColor Codes
All color formats for development
HEX
#811AC7RGB
rgb(129, 26, 199)HSL
hsl(276, 77%, 44%)OKLCH
oklch(0.488 0.237 305.2)CMYK
cmyk(35%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7517B3
2#68159F
3#5B128B
4#4E0F77
5#410D63
6#340A4F
7#27083C
8#1A0528
9#0D0314
Tints
Lighter variations
1#921DE0
2#9E35E5
3#AA4EE8
4#B767EB
5#C381EF
6#CF9AF2
7#DBB3F5
8#E7CCF8
9#F3E6FC
Tones
Muted variations
1#8022BE
2#7E2BB5
3#7C34AD
4#7B3CA4
5#79459B
6#774E93
7#75568A
8#745F81
9#726879
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 | E3C4 #E3C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B361 #B361EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E34 #9E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811A #811AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0F #4A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C4F7;
--purple-300: #CD97F2;
--purple-400: #B361EA;
--purple-500: #9E34E5;
--purple-600: #811AC7;
--purple-700: #67159E;
--purple-800: #4A0F71;
--purple-900: #2F0948;
--purple-950: #1D062D;
}