Purple
#6D0DD3
PurpleColor Codes
All color formats for development
HEX
#6D0DD3RGB
rgb(109, 13, 211)HSL
hsl(269, 88%, 44%)OKLCH
oklch(0.469 0.251 295.2)CMYK
cmyk(48%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#620CBE
2#570BA9
3#4C0994
4#41087F
5#360769
6#2C0554
7#21043F
8#16032A
9#0B0115
Tints
Lighter variations
1#7B0FEE
2#8928F1
3#9843F3
4#A75EF5
5#B679F6
6#C494F8
7#D3AEFA
8#E2C9FC
9#F0E4FD
Tones
Muted variations
1#6D17C9
2#6E21BF
3#6E2BB5
4#6E35AB
5#6F3FA2
6#6F4998
7#6F538E
8#705C84
9#70667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F1FE;
--purple-100: #EDDDFD;
--purple-200: #DDC1FB;
--purple-300: #C391F8;
--purple-400: #A357F4;
--purple-500: #8927F1;
--purple-600: #6D0DD3;
--purple-700: #570BA8;
--purple-800: #3E0878;
--purple-900: #28054D;
--purple-950: #190330;
}