Purple
#6908D9
PurpleColor Codes
All color formats for development
HEX
#6908D9RGB
rgb(105, 8, 217)HSL
hsl(268, 93%, 44%)OKLCH
oklch(0.469 0.257 292.6)CMYK
cmyk(52%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F07C3
2#5406AD
3#4A0598
4#3F0582
5#35046C
6#2A0357
7#200241
8#15022B
9#0B0116
Tints
Lighter variations
1#7709F4
2#8623F7
3#953EF8
4#A45AF9
5#B375FA
6#C291FB
7#D2ACFC
8#E1C8FD
9#F0E3FE
Tones
Muted variations
1#6A12CE
2#6B1DC4
3#6B27B9
4#6C32AF
5#6D3CA4
6#6D469A
7#6E5190
8#6F5B85
9#70667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFB | BordersInactive statesPlaceholder text |
| 400 | A053 #A053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8522 #8522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6908 #6908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5406 #5406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F7F0FE;
--purple-100: #ECDDFE;
--purple-200: #DCBFFD;
--purple-300: #C18EFB;
--purple-400: #A053F9;
--purple-500: #8522F7;
--purple-600: #6908D9;
--purple-700: #5406AC;
--purple-800: #3C047B;
--purple-900: #26034F;
--purple-950: #180231;
}