Purple
#9102DE
PurpleColor Codes
All color formats for development
HEX
#9102DERGB
rgb(145, 2, 222)HSL
hsl(279, 98%, 44%)OKLCH
oklch(0.521 0.268 306.2)CMYK
cmyk(35%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8302C8
2#7402B2
3#66029C
4#570185
5#49016F
6#3A0159
7#2C0143
8#1D002C
9#0F0016
Tints
Lighter variations
1#A403FA
2#AE1DFD
3#B839FD
4#C355FD
5#CD72FE
6#D78EFE
7#E1AAFE
8#EBC6FE
9#F5E3FF
Tones
Muted variations
1#8E0DD3
2#8B18C8
3#8723BD
4#842EB2
5#8139A7
6#7D449C
7#7A4F91
8#775A86
9#73657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D68B #D68BFE | BordersInactive statesPlaceholder text |
| 400 | C04E #C04EFD | Disabled statesSecondary iconsMuted text |
| 500 | AE1C #AE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9102 #9102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7302 #7302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5201 #52017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350151 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F2DCFF;
--purple-200: #E8BDFE;
--purple-300: #D68BFE;
--purple-400: #C04EFD;
--purple-500: #AE1CFD;
--purple-600: #9102DE;
--purple-700: #7302B1;
--purple-800: #52017E;
--purple-900: #350151;
--purple-950: #210132;
}