Purple
#8412A1
PinkColor Codes
All color formats for development
HEX
#8412A1RGB
rgb(132, 18, 161)HSL
hsl(288, 80%, 35%)OKLCH
oklch(0.458 0.211 317.6)CMYK
cmyk(18%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#771091
2#6A0E81
3#5C0C70
4#4F0B60
5#420950
6#350740
7#280530
8#1A0420
9#0D0210
Tints
Lighter variations
1#9D15BE
2#B518DC
3#C32EE8
4#CB4CEB
5#D46AEE
6#DD88F2
7#E5A5F5
8#EEC3F8
9#F6E1FC
Tones
Muted variations
1#80199A
2#7C2092
3#77278B
4#732E84
5#6F367D
6#6A3D76
7#66446F
8#624B68
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F3 | BordersInactive statesPlaceholder text |
| 400 | D15E #D15EED | Disabled statesSecondary iconsMuted text |
| 500 | C330 #C330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A616 #A616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8412 #8412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C08 #3C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC3F8;
--purple-300: #E195F3;
--purple-400: #D15EED;
--purple-500: #C330E8;
--purple-600: #A616CA;
--purple-700: #8412A1;
--purple-800: #5E0D73;
--purple-900: #3C0849;
--purple-950: #26052E;
}