Purple
#6D08D9
PurpleColor Codes
All color formats for development
HEX
#6D08D9RGB
rgb(109, 8, 217)HSL
hsl(269, 93%, 44%)OKLCH
oklch(0.473 0.257 294.1)CMYK
cmyk(50%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6207C3
2#5706AD
3#4C0598
4#410582
5#36046C
6#2B0357
7#210241
8#16022B
9#0B0116
Tints
Lighter variations
1#7B09F4
2#8923F7
3#983EF8
4#A75AF9
5#B575FA
6#C491FB
7#D3ACFC
8#E2C8FD
9#F0E3FE
Tones
Muted variations
1#6D12CE
2#6D1DC4
3#6E27B9
4#6E32AF
5#6E3CA4
6#6F469A
7#6F5190
8#705B85
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 #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | 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: #DDBFFD;
--purple-300: #C38EFB;
--purple-400: #A353F9;
--purple-500: #8922F7;
--purple-600: #6D08D9;
--purple-700: #5606AC;
--purple-800: #3E047B;
--purple-900: #28034F;
--purple-950: #190231;
}