Purple
#8B16CA
PurpleColor Codes
All color formats for development
HEX
#8B16CARGB
rgb(139, 22, 202)HSL
hsl(279, 80%, 44%)OKLCH
oklch(0.502 0.244 308.4)CMYK
cmyk(31%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D14B6
2#6F12A2
3#61108D
4#530D79
5#460B65
6#380951
7#2A073D
8#1C0428
9#0E0214
Tints
Lighter variations
1#9D19E4
2#A831E8
3#B34BEB
4#BE65EE
5#C97EF1
6#D498F4
7#DEB2F6
8#E9CCF9
9#F4E5FC
Tones
Muted variations
1#881FC1
2#8628B8
3#8331AF
4#803AA6
5#7E439D
6#7B4C94
7#78558B
8#765E82
9#736779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D295 #D295F3 | BordersInactive statesPlaceholder text |
| 400 | BB5E #BB5EED | Disabled statesSecondary iconsMuted text |
| 500 | A830 #A830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B16 #8B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F12 #6F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #330849 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F1DFFB;
--purple-200: #E6C3F8;
--purple-300: #D295F3;
--purple-400: #BB5EED;
--purple-500: #A830E8;
--purple-600: #8B16CA;
--purple-700: #6F12A1;
--purple-800: #4F0D73;
--purple-900: #330849;
--purple-950: #20052E;
}