Purple
#6D0BD5
PurpleColor Codes
All color formats for development
HEX
#6D0BD5RGB
rgb(109, 11, 213)HSL
hsl(269, 90%, 44%)OKLCH
oklch(0.47 0.253 294.9)CMYK
cmyk(49%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#620AC0
2#5709AB
3#4C0895
4#410780
5#36066B
6#2C0455
7#210340
8#16022B
9#0B0115
Tints
Lighter variations
1#7B0DF0
2#8926F4
3#9841F5
4#A75CF6
5#B577F8
6#C492F9
7#D3AEFB
8#E2C9FC
9#F0E4FE
Tones
Muted variations
1#6D15CB
2#6E1FC1
3#6E2AB7
4#6E34AD
5#6F3EA3
6#6F4899
7#6F528E
8#705C84
9#70667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C390 #C390F9 | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8925 #8925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0B #6D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5709 #5709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | 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: #F7F0FE;
--purple-100: #EDDDFD;
--purple-200: #DDC0FC;
--purple-300: #C390F9;
--purple-400: #A355F6;
--purple-500: #8925F4;
--purple-600: #6D0BD5;
--purple-700: #5709AA;
--purple-800: #3E0679;
--purple-900: #28044E;
--purple-950: #190330;
}