Purple
#8011A2
PinkColor Codes
All color formats for development
HEX
#8011A2RGB
rgb(128, 17, 162)HSL
hsl(286, 81%, 35%)OKLCH
oklch(0.452 0.211 315.7)CMYK
cmyk(21%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#730F91
2#660E81
3#590C71
4#4D0A61
5#400851
6#330741
7#260530
8#1A0320
9#0D0210
Tints
Lighter variations
1#9814C0
2#AF17DE
3#BD2DE9
4#C74BEC
5#D069EF
6#D987F2
7#E3A5F6
8#ECC3F9
9#F6E1FC
Tones
Muted variations
1#7C189A
2#781F93
3#74278C
4#702E85
5#6D357D
6#693C76
7#65446F
8#614B68
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC3 #ECC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE95 #DE95F4 | BordersInactive statesPlaceholder text |
| 400 | CC5D #CC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | BE2F #BE2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A115 #A115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8011 #8011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0C #5B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A08 #3A084A | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DFFC;
--purple-200: #ECC3F9;
--purple-300: #DE95F4;
--purple-400: #CC5DEE;
--purple-500: #BE2FE9;
--purple-600: #A115CB;
--purple-700: #8011A2;
--purple-800: #5B0C73;
--purple-900: #3A084A;
--purple-950: #25052E;
}