Purple
#6D09D7
PurpleColor Codes
All color formats for development
HEX
#6D09D7RGB
rgb(109, 9, 215)HSL
hsl(269, 92%, 44%)OKLCH
oklch(0.471 0.255 294.5)CMYK
cmyk(49%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6208C2
2#5707AC
3#4C0697
4#410581
5#36046C
6#2C0456
7#210341
8#16022B
9#0B0116
Tints
Lighter variations
1#7B0AF3
2#8924F6
3#983FF7
4#A75AF8
5#B576F9
6#C491FA
7#D3ADFC
8#E2C8FD
9#F0E4FE
Tones
Muted variations
1#6D13CD
2#6D1EC3
3#6E28B8
4#6E32AE
5#6E3DA4
6#6F4799
7#6F518F
8#705C85
9#70667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FE;
--purple-100: #EDDDFE;
--purple-200: #DDBFFC;
--purple-300: #C38EFA;
--purple-400: #A354F8;
--purple-500: #8923F6;
--purple-600: #6D09D7;
--purple-700: #5707AB;
--purple-800: #3E057A;
--purple-900: #28034E;
--purple-950: #190231;
}