Purple
#8612A1
PinkColor Codes
All color formats for development
HEX
#8612A1RGB
rgb(134, 18, 161)HSL
hsl(289, 80%, 35%)OKLCH
oklch(0.461 0.211 318.4)CMYK
cmyk(17%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#791091
2#6C0E81
3#5E0C70
4#510B60
5#430950
6#360740
7#280530
8#1B0420
9#0D0210
Tints
Lighter variations
1#9F15BE
2#B818DC
3#C62EE8
4#CE4CEB
5#D66AEE
6#DE88F2
7#E6A5F5
8#EFC3F8
9#F7E1FC
Tones
Muted variations
1#82199A
2#7D2092
3#79278B
4#742E84
5#70367D
6#6B3D76
7#67446F
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 | EFC3 #EFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F3 | BordersInactive statesPlaceholder text |
| 400 | D35E #D35EED | Disabled statesSecondary iconsMuted text |
| 500 | C630 #C630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A916 #A916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8612 #8612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D0849 | 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: #EFC3F8;
--purple-300: #E295F3;
--purple-400: #D35EED;
--purple-500: #C630E8;
--purple-600: #A916CA;
--purple-700: #8612A1;
--purple-800: #600D73;
--purple-900: #3D0849;
--purple-950: #26052E;
}