Purple
#9109AA
PinkColor Codes
All color formats for development
HEX
#9109AARGB
rgb(145, 9, 170)HSL
hsl(291, 90%, 35%)OKLCH
oklch(0.481 0.226 319.9)CMYK
cmyk(15%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#830899
2#740788
3#660677
4#570566
5#490455
6#3A0444
7#2C0333
8#1D0222
9#0F0111
Tints
Lighter variations
1#AC0BC9
2#C80CE9
3#D423F3
4#DA42F5
5#E062F7
6#E681F8
7#EDA1FA
8#F3C0FC
9#F9E0FD
Tones
Muted variations
1#8C11A2
2#86199A
3#812191
4#7B2989
5#753181
6#703979
7#6A4171
8#644969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DE55 #DE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D525 #D525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B70B #B70BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9109 #9109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #680679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F8DDFD;
--purple-200: #F3C0FC;
--purple-300: #E990F9;
--purple-400: #DE55F6;
--purple-500: #D525F4;
--purple-600: #B70BD5;
--purple-700: #9109AA;
--purple-800: #680679;
--purple-900: #43044E;
--purple-950: #2A0330;
}