Purple
#9C06AC
PinkColor Codes
All color formats for development
HEX
#9C06ACRGB
rgb(156, 6, 172)HSL
hsl(294, 93%, 35%)OKLCH
oklch(0.498 0.232 323.1)CMYK
cmyk(9%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C069B
2#7D058A
3#6D0479
4#5D0467
5#4E0356
6#3E0245
7#2F0234
8#1F0122
9#100111
Tints
Lighter variations
1#B907CC
2#D509EC
3#E11FF7
4#E63FF8
5#EA5FF9
6#EE7FFA
7#F29FFC
8#F7BFFD
9#FBDFFE
Tones
Muted variations
1#950FA4
2#8E179C
3#881F93
4#81278B
5#7A3083
6#74387A
7#6D4072
8#67496A
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFB | BordersInactive statesPlaceholder text |
| 400 | E853 #E853F9 | Disabled statesSecondary iconsMuted text |
| 500 | E222 #E222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C408 #C408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C06 #9C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F04 #6F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FE;
--purple-100: #FADDFE;
--purple-200: #F7BFFD;
--purple-300: #F08EFB;
--purple-400: #E853F9;
--purple-500: #E222F7;
--purple-600: #C408D9;
--purple-700: #9C06AC;
--purple-800: #6F047B;
--purple-900: #47034F;
--purple-950: #2C0231;
}