Purple
#67159E
PurpleColor Codes
All color formats for development
HEX
#67159ERGB
rgb(103, 21, 158)HSL
hsl(276, 77%, 35%)OKLCH
oklch(0.415 0.198 305.8)CMYK
cmyk(35%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D128E
2#52107E
3#480E6F
4#3E0C5F
5#330A4F
6#29083F
7#1F062F
8#150420
9#0A0210
Tints
Lighter variations
1#7A18BB
2#8D1CD9
3#9D32E4
4#AB4FE8
5#B96CEC
6#C78AF0
7#D5A7F4
8#E3C4F7
9#F1E2FB
Tones
Muted variations
1#661B97
2#642290
3#632989
4#613082
5#60377C
6#5F3E75
7#5D456E
8#5C4C67
9#5B5260
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 | E3C4 #E3C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B361 #B361EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E34 #9E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811A #811AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0F #4A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C4F7;
--purple-300: #CD97F2;
--purple-400: #B361EA;
--purple-500: #9E34E5;
--purple-600: #811AC7;
--purple-700: #67159E;
--purple-800: #4A0F71;
--purple-900: #2F0948;
--purple-950: #1D062D;
}