Purple
#9208AA
PinkColor Codes
All color formats for development
HEX
#9208AARGB
rgb(146, 8, 170)HSL
hsl(291, 91%, 35%)OKLCH
oklch(0.482 0.227 320.3)CMYK
cmyk(14%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#830799
2#750688
3#660677
4#580566
5#490455
6#3A0344
7#2C0233
8#1D0222
9#0F0111
Tints
Lighter variations
1#AD0ACA
2#C80BEA
3#D521F5
4#DB41F6
5#E161F8
6#E780F9
7#EDA0FB
8#F3C0FC
9#F9DFFE
Tones
Muted variations
1#8C10A2
2#87189A
3#812092
4#7B298A
5#763182
6#70397A
7#6A4172
8#654969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8F #EA8FFA | BordersInactive statesPlaceholder text |
| 400 | DF55 #DF55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D524 #D524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B80A #B80AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9208 #9208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #68067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F9DDFD;
--purple-200: #F3C0FC;
--purple-300: #EA8FFA;
--purple-400: #DF55F7;
--purple-500: #D524F5;
--purple-600: #B80AD6;
--purple-700: #9208AA;
--purple-800: #68067A;
--purple-900: #43044E;
--purple-950: #2A0231;
}