Purple
#8911A2
PinkColor Codes
All color formats for development
HEX
#8911A2RGB
rgb(137, 17, 162)HSL
hsl(290, 81%, 35%)OKLCH
oklch(0.465 0.214 319.3)CMYK
cmyk(15%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C0F91
2#6E0E81
3#600C71
4#520A61
5#450851
6#370741
7#290530
8#1B0320
9#0E0210
Tints
Lighter variations
1#A314C0
2#BC17DE
3#CA2DE9
4#D14BEC
5#D969EF
6#E187F2
7#E8A5F6
8#F0C3F9
9#F7E1FC
Tones
Muted variations
1#85189A
2#801F93
3#7B278C
4#762E85
5#71357D
6#6D3C76
7#68446F
8#634B68
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F4 | BordersInactive statesPlaceholder text |
| 400 | D65D #D65DEE | Disabled statesSecondary iconsMuted text |
| 500 | CA2F #CA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD15 #AD15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8911 #8911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620C #620C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F084A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DFFC;
--purple-200: #F0C3F9;
--purple-300: #E495F4;
--purple-400: #D65DEE;
--purple-500: #CA2FE9;
--purple-600: #AD15CB;
--purple-700: #8911A2;
--purple-800: #620C73;
--purple-900: #3F084A;
--purple-950: #27052E;
}