Purple
#8010A2
PinkColor Codes
All color formats for development
HEX
#8010A2RGB
rgb(128, 16, 162)HSL
hsl(286, 82%, 35%)OKLCH
oklch(0.451 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#730E92
2#670D82
3#5A0B72
4#4D0A61
5#400851
6#330641
7#260531
8#1A0320
9#0D0210
Tints
Lighter variations
1#9813C1
2#B016DF
3#BE2CEA
4#C74AED
5#D068F0
6#DA86F3
7#E3A5F6
8#ECC3F9
9#F6E1FC
Tones
Muted variations
1#7C179B
2#781F94
3#75268C
4#712D85
5#6D357E
6#693C77
7#65436F
8#614B68
9#5D5261
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 | DE94 #DE94F4 | BordersInactive statesPlaceholder text |
| 400 | CD5D #CD5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BE2E #BE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | A114 #A114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8010 #8010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074A | 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: #DE94F4;
--purple-400: #CD5DEF;
--purple-500: #BE2EEA;
--purple-600: #A114CC;
--purple-700: #8010A2;
--purple-800: #5C0B74;
--purple-900: #3B074A;
--purple-950: #25052E;
}