Purple
#6904DC
PurpleColor Codes
All color formats for development
HEX
#6904DCRGB
rgb(105, 4, 220)HSL
hsl(268, 96%, 44%)OKLCH
oklch(0.471 0.261 292.1)CMYK
cmyk(52%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F04C6
2#5404B0
3#4A039A
4#3F0384
5#35026E
6#2A0258
7#200142
8#15012C
9#0B0016
Tints
Lighter variations
1#7605F8
2#851FFA
3#953BFB
4#A457FC
5#B373FC
6#C28FFD
7#D1ABFD
8#E1C7FE
9#F0E3FE
Tones
Muted variations
1#6A0FD1
2#6A1AC6
3#6B25BC
4#6C30B1
5#6D3AA6
6#6D459B
7#6E5091
8#6F5B86
9#6F657B
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 #DCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18C #C18CFD | BordersInactive statesPlaceholder text |
| 400 | A050 #A050FB | Disabled statesSecondary iconsMuted text |
| 500 | 851E #851EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6904 #6904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5404 #5404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C03 #3C037D | 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: #DCBEFE;
--purple-300: #C18CFD;
--purple-400: #A050FB;
--purple-500: #851EFA;
--purple-600: #6904DC;
--purple-700: #5404AF;
--purple-800: #3C037D;
--purple-900: #260250;
--purple-950: #180132;
}