Purple
#6906DB
PurpleColor Codes
All color formats for development
HEX
#6906DBRGB
rgb(105, 6, 219)HSL
hsl(268, 95%, 44%)OKLCH
oklch(0.47 0.26 292.3)CMYK
cmyk(52%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F05C5
2#5404AF
3#4A0499
4#3F0383
5#35036D
6#2A0258
7#200242
8#15012C
9#0B0116
Tints
Lighter variations
1#7606F7
2#8620F9
3#953CFA
4#A458FB
5#B374FB
6#C290FC
7#D1ABFD
8#E1C7FE
9#F0E3FE
Tones
Muted variations
1#6A10D0
2#6B1BC5
3#6B26BB
4#6C30B0
5#6D3BA5
6#6D469B
7#6E5090
8#6F5B86
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBE #DCBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFC | BordersInactive statesPlaceholder text |
| 400 | A051 #A051FB | Disabled statesSecondary iconsMuted text |
| 500 | 851F #851FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6906 #6906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5404 #5404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C03 #3C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #260250 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FF;
--purple-100: #ECDCFE;
--purple-200: #DCBEFD;
--purple-300: #C18DFC;
--purple-400: #A051FB;
--purple-500: #851FF9;
--purple-600: #6906DB;
--purple-700: #5404AE;
--purple-800: #3C037C;
--purple-900: #260250;
--purple-950: #180132;
}