Purple
#811EC2
PurpleColor Codes
All color formats for development
HEX
#811EC2RGB
rgb(129, 30, 194)HSL
hsl(276, 73%, 44%)OKLCH
oklch(0.486 0.23 306.3)CMYK
cmyk(34%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#741BAF
2#67189B
3#5A1588
4#4D1274
5#400F61
6#330C4E
7#27093A
8#1A0627
9#0D0313
Tints
Lighter variations
1#9122DB
2#9D39E0
3#AA52E4
4#B66BE8
5#C283EC
6#CE9CF0
7#DAB5F3
8#E7CEF7
9#F3E6FB
Tones
Muted variations
1#7F26BA
2#7D2FB2
3#7C37AA
4#7A3FA1
5#784799
6#774F91
7#755889
8#736081
9#726878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F2FD;
--purple-100: #F0E0FA;
--purple-200: #E3C6F6;
--purple-300: #CD9AEF;
--purple-400: #B365E7;
--purple-500: #9D38E0;
--purple-600: #811EC2;
--purple-700: #66189A;
--purple-800: #49116E;
--purple-900: #2F0B47;
--purple-950: #1D072C;
}