Purple
#8A11D0
PurpleColor Codes
All color formats for development
HEX
#8A11D0RGB
rgb(138, 17, 208)HSL
hsl(278, 85%, 44%)OKLCH
oklch(0.504 0.251 306.7)CMYK
cmyk(34%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C0FBB
2#6E0DA6
3#600C91
4#530A7D
5#450868
6#370753
7#29053E
8#1C032A
9#0E0215
Tints
Lighter variations
1#9B13EA
2#A72CEE
3#B246F0
4#BD60F2
5#C87BF4
6#D395F6
7#DEB0F9
8#E9CAFB
9#F4E5FD
Tones
Muted variations
1#871AC6
2#8524BC
3#822DB3
4#7F37A9
5#7D41A0
6#7A4A96
7#78548D
8#755D83
9#73677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D292 #D292F6 | BordersInactive statesPlaceholder text |
| 400 | BA5A #BA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A62B #A62BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A11 #8A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0D #6D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3206 #32064B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DEFC;
--purple-200: #E5C2FA;
--purple-300: #D292F6;
--purple-400: #BA5AF2;
--purple-500: #A62BEE;
--purple-600: #8A11D0;
--purple-700: #6D0DA5;
--purple-800: #4E0A76;
--purple-900: #32064B;
--purple-950: #1F042F;
}