Purple
#830CA7
PinkColor Codes
All color formats for development
HEX
#830CA7RGB
rgb(131, 12, 167)HSL
hsl(286, 87%, 35%)OKLCH
oklch(0.458 0.218 315.5)CMYK
cmyk(22%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#760A96
2#690986
3#5B0875
4#4E0764
5#410653
6#340543
7#270332
8#1A0221
9#0D0111
Tints
Lighter variations
1#9B0EC6
2#B310E5
3#C126F0
4#CA45F2
5#D364F4
6#DB83F6
7#E4A2F9
8#EDC1FB
9#F6E0FD
Tones
Muted variations
1#7F139F
2#7A1B97
3#762390
4#722B88
5#6E3280
6#6A3A78
7#664271
8#624A69
9#5D5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F7 | BordersInactive statesPlaceholder text |
| 400 | CF58 #CF58F3 | Disabled statesSecondary iconsMuted text |
| 500 | C128 #C128F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A40F #A40FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830C #830CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D08 #5D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054C | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFD;
--purple-200: #EDC1FB;
--purple-300: #E091F7;
--purple-400: #CF58F3;
--purple-500: #C128F0;
--purple-600: #A40FD2;
--purple-700: #830CA7;
--purple-800: #5D0877;
--purple-900: #3C054C;
--purple-950: #250330;
}