Purple
#8B0CD4
PurpleColor Codes
All color formats for development
HEX
#8B0CD4RGB
rgb(139, 12, 212)HSL
hsl(278, 89%, 44%)OKLCH
oklch(0.507 0.256 306.2)CMYK
cmyk(34%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D0BBF
2#6F0AAA
3#610994
4#53077F
5#45066A
6#380555
7#2A0440
8#1C022A
9#0E0115
Tints
Lighter variations
1#9C0EEF
2#A827F2
3#B342F4
4#BE5DF6
5#C978F7
6#D393F9
7#DEAEFA
8#E9C9FC
9#F4E4FD
Tones
Muted variations
1#8816CA
2#8620C0
3#832AB6
4#8034AC
5#7E3EA2
6#7B4898
7#78528E
8#765C84
9#73667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB56 #BB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | A726 #A726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0C #8B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0A #6E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F07 #4F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3204 #32044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DDFD;
--purple-200: #E6C0FB;
--purple-300: #D290F9;
--purple-400: #BB56F5;
--purple-500: #A726F2;
--purple-600: #8B0CD4;
--purple-700: #6E0AA9;
--purple-800: #4F0778;
--purple-900: #32044D;
--purple-950: #200330;
}