Purple
#83189A
PinkColor Codes
All color formats for development
HEX
#83189ARGB
rgb(131, 24, 154)HSL
hsl(289, 73%, 35%)OKLCH
oklch(0.454 0.201 319.4)CMYK
cmyk(15%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75168B
2#68137C
3#5B116C
4#4E0E5D
5#410C4D
6#340A3E
7#27072E
8#1A051F
9#0D020F
Tints
Lighter variations
1#9B1DB7
2#B321D4
3#C136E0
4#CA53E4
5#D270E9
6#DB8CED
7#E4A9F2
8#EDC6F6
9#F6E2FB
Tones
Muted variations
1#7E1F94
2#7A258D
3#762C87
4#723280
5#6E397A
6#6A3F73
7#66466D
8#624C66
9#5D5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F5E0FA;
--purple-200: #EDC6F6;
--purple-300: #DF9AEF;
--purple-400: #CF65E7;
--purple-500: #C138E0;
--purple-600: #A41EC2;
--purple-700: #83189A;
--purple-800: #5D116E;
--purple-900: #3C0B47;
--purple-950: #25072C;
}