Purple
#75159E
PurpleColor Codes
All color formats for development
HEX
#75159ERGB
rgb(117, 21, 158)HSL
hsl(282, 77%, 35%)OKLCH
oklch(0.435 0.202 312.2)CMYK
cmyk(26%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69128E
2#5D107E
3#520E6F
4#460C5F
5#3A0A4F
6#2F083F
7#23062F
8#170420
9#0C0210
Tints
Lighter variations
1#8A18BB
2#A01CD9
3#AF32E4
4#BA4FE8
5#C66CEC
6#D18AF0
7#DDA7F4
8#E8C4F7
9#F4E2FB
Tones
Muted variations
1#721B97
2#6F2290
3#6C2989
4#6A3082
5#67377C
6#643E75
7#61456E
8#5F4C67
9#5C5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D697 #D697F2 | BordersInactive statesPlaceholder text |
| 400 | C161 #C161EA | Disabled statesSecondary iconsMuted text |
| 500 | B034 #B034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 931A #931AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7515 #75159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350948 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F3DFFB;
--purple-200: #E8C4F7;
--purple-300: #D697F2;
--purple-400: #C161EA;
--purple-500: #B034E5;
--purple-600: #931AC7;
--purple-700: #75159E;
--purple-800: #530F71;
--purple-900: #350948;
--purple-950: #21062D;
}