Purple
#8206DB
PurpleColor Codes
All color formats for development
HEX
#8206DBRGB
rgb(130, 6, 219)HSL
hsl(275, 95%, 44%)OKLCH
oklch(0.5 0.262 301.5)CMYK
cmyk(41%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7505C5
2#6804AF
3#5B0499
4#4E0383
5#41036D
6#340258
7#270242
8#1A012C
9#0D0116
Tints
Lighter variations
1#9306F7
2#9F20F9
3#AB3CFA
4#B758FB
5#C374FB
6#CF90FC
7#DBABFD
8#E7C7FE
9#F3E3FE
Tones
Muted variations
1#8010D0
2#7E1BC5
3#7D26BB
4#7B30B0
5#793BA5
6#77469B
7#765090
8#745B86
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFC | BordersInactive statesPlaceholder text |
| 400 | B451 #B451FB | Disabled statesSecondary iconsMuted text |
| 500 | 9E1F #9E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8206 #8206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6704 #6704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A03 #4A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F0DCFE;
--purple-200: #E3BEFD;
--purple-300: #CE8DFC;
--purple-400: #B451FB;
--purple-500: #9E1FF9;
--purple-600: #8206DB;
--purple-700: #6704AE;
--purple-800: #4A037C;
--purple-900: #2F0250;
--purple-950: #1E0132;
}