Purple
#8306AC
PinkColor Codes
All color formats for development
HEX
#8306ACRGB
rgb(131, 6, 172)HSL
hsl(285, 93%, 35%)OKLCH
oklch(0.46 0.224 314.1)CMYK
cmyk(24%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76069B
2#69058A
3#5C0479
4#4E0467
5#410356
6#340245
7#270234
8#1A0122
9#0D0111
Tints
Lighter variations
1#9B07CC
2#B309EC
3#C11FF7
4#CA3FF8
5#D35FF9
6#DC7FFA
7#E49FFC
8#EDBFFD
9#F6DFFE
Tones
Muted variations
1#7F0FA4
2#7A179C
3#761F93
4#72278B
5#6E3083
6#6A387A
7#664072
8#62496A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08E #E08EFB | BordersInactive statesPlaceholder text |
| 400 | CF53 #CF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | C222 #C222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A408 #A408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8306 #8306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D04 #5D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F5DDFE;
--purple-200: #EDBFFD;
--purple-300: #E08EFB;
--purple-400: #CF53F9;
--purple-500: #C222F7;
--purple-600: #A408D9;
--purple-700: #8306AC;
--purple-800: #5D047B;
--purple-900: #3C034F;
--purple-950: #250231;
}