Purple
#8216CA
PurpleColor Codes
All color formats for development
HEX
#8216CARGB
rgb(130, 22, 202)HSL
hsl(276, 80%, 44%)OKLCH
oklch(0.49 0.242 305)CMYK
cmyk(36%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7514B6
2#6812A2
3#5B108D
4#4E0D79
5#410B65
6#340951
7#27073D
8#1A0428
9#0D0214
Tints
Lighter variations
1#9319E4
2#9F31E8
3#AB4BEB
4#B765EE
5#C37EF1
6#CF98F4
7#DBB2F6
8#E7CCF9
9#F3E5FC
Tones
Muted variations
1#801FC1
2#7F28B8
3#7D31AF
4#7B3AA6
5#79439D
6#774C94
7#76558B
8#745E82
9#726779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F3 | BordersInactive statesPlaceholder text |
| 400 | B45E #B45EED | Disabled statesSecondary iconsMuted text |
| 500 | 9F30 #9F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8216 #8216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6812 #6812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C3F8;
--purple-300: #CE95F3;
--purple-400: #B45EED;
--purple-500: #9F30E8;
--purple-600: #8216CA;
--purple-700: #6812A1;
--purple-800: #4A0D73;
--purple-900: #2F0849;
--purple-950: #1E052E;
}