Purple
#6C07AB
PurpleColor Codes
All color formats for development
HEX
#6C07ABRGB
rgb(108, 7, 171)HSL
hsl(277, 92%, 35%)OKLCH
oklch(0.427 0.218 304.8)CMYK
cmyk(37%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62069A
2#570689
3#4C0578
4#410467
5#360456
6#2B0345
7#210233
8#160122
9#0B0111
Tints
Lighter variations
1#8108CB
2#950AEB
3#A420F6
4#B140F7
5#BE60F8
6#CB80FA
7#D8A0FB
8#E5BFFC
9#F2DFFE
Tones
Muted variations
1#6A0FA3
2#69189B
3#672093
4#65288B
5#633082
6#61387A
7#5F4172
8#5D496A
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFA | BordersInactive statesPlaceholder text |
| 400 | B954 #B954F8 | Disabled statesSecondary iconsMuted text |
| 500 | A523 #A523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8809 #8809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C07 #6C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D05 #4D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034E | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F1DDFE;
--purple-200: #E5BFFC;
--purple-300: #D18EFA;
--purple-400: #B954F8;
--purple-500: #A523F6;
--purple-600: #8809D7;
--purple-700: #6C07AB;
--purple-800: #4D057A;
--purple-900: #32034E;
--purple-950: #1F0231;
}