Purple
#6A0DD3
PurpleColor Codes
All color formats for development
HEX
#6A0DD3RGB
rgb(106, 13, 211)HSL
hsl(268, 88%, 44%)OKLCH
oklch(0.465 0.25 294.1)CMYK
cmyk(50%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F0CBE
2#540BA9
3#4A0994
4#3F087F
5#350769
6#2A0554
7#20043F
8#15032A
9#0B0115
Tints
Lighter variations
1#770FEE
2#8628F1
3#9543F3
4#A45EF5
5#B379F6
6#C394F8
7#D2AEFA
8#E1C9FC
9#F0E4FD
Tones
Muted variations
1#6A17C9
2#6B21BF
3#6C2BB5
4#6C35AB
5#6D3FA2
6#6E4998
7#6E538E
8#6F5C84
9#70667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #ECDDFD;
--purple-200: #DCC1FB;
--purple-300: #C191F8;
--purple-400: #A157F4;
--purple-500: #8627F1;
--purple-600: #6A0DD3;
--purple-700: #540BA8;
--purple-800: #3C0878;
--purple-900: #26054D;
--purple-950: #180330;
}