Purple
#67149F
PurpleColor Codes
All color formats for development
HEX
#67149FRGB
rgb(103, 20, 159)HSL
hsl(276, 78%, 35%)OKLCH
oklch(0.415 0.2 305.5)CMYK
cmyk(35%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D128F
2#53107F
3#480E6F
4#3E0C5F
5#340A4F
6#290840
7#1F0630
8#150420
9#0A0210
Tints
Lighter variations
1#7A17BC
2#8D1BDA
3#9D30E5
4#AB4EE9
5#B96BED
6#C789F0
7#D5A6F4
8#E3C4F8
9#F1E1FB
Tones
Muted variations
1#661B98
2#642291
3#63298A
4#622F83
5#60367C
6#5F3D75
7#5D446E
8#5C4B67
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 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B460 #B460EB | Disabled statesSecondary iconsMuted text |
| 500 | 9E33 #9E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8219 #8219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6714 #67149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0E #4A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | 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: #E3C4F8;
--purple-300: #CD97F2;
--purple-400: #B460EB;
--purple-500: #9E33E6;
--purple-600: #8219C8;
--purple-700: #67149F;
--purple-800: #4A0E71;
--purple-900: #2F0949;
--purple-950: #1D062D;
}