Purple
#9105AD
PinkColor Codes
All color formats for development
HEX
#9105ADRGB
rgb(145, 5, 173)HSL
hsl(290, 94%, 35%)OKLCH
oklch(0.482 0.23 319)CMYK
cmyk(16%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83059C
2#74048B
3#660479
4#570368
5#490357
6#3A0245
7#2C0234
8#1D0123
9#0F0111
Tints
Lighter variations
1#AC06CD
2#C707ED
3#D41EF8
4#DA3EF9
5#E05EFA
6#E67EFB
7#EC9FFC
8#F3BFFD
9#F9DFFE
Tones
Muted variations
1#8C0EA5
2#86169C
3#801F94
4#7B278C
5#752F83
6#70387B
7#6A4072
8#64486A
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFB | BordersInactive statesPlaceholder text |
| 400 | DE52 #DE52FA | Disabled statesSecondary iconsMuted text |
| 500 | D420 #D420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B707 #B707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9105 #9105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6804 #68047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #42024F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F3BFFD;
--purple-300: #E98DFB;
--purple-400: #DE52FA;
--purple-500: #D420F8;
--purple-600: #B707DA;
--purple-700: #9105AD;
--purple-800: #68047C;
--purple-900: #42024F;
--purple-950: #290231;
}