Purple
#A107DA
PurpleColor Codes
All color formats for development
HEX
#A107DARGB
rgb(161, 7, 218)HSL
hsl(284, 94%, 44%)OKLCH
oklch(0.54 0.267 312.3)CMYK
cmyk(26%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9106C4
2#8105AE
3#710598
4#610483
5#51036D
6#410357
7#300241
8#20012C
9#100116
Tints
Lighter variations
1#B608F5
2#BF21F8
3#C73DF9
4#CF59FA
5#D774FB
6#DF90FC
7#E7ACFC
8#EFC8FD
9#F7E3FE
Tones
Muted variations
1#9C11CF
2#981CC5
3#9326BA
4#8E31AF
5#893BA5
6#84469A
7#7F5190
8#7A5B85
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8D #DE8DFB | BordersInactive statesPlaceholder text |
| 400 | CD52 #CD52FA | Disabled statesSecondary iconsMuted text |
| 500 | BF20 #BF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A107 #A107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8005 #8005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C04 #5C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B024F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F5DCFE;
--purple-200: #ECBFFD;
--purple-300: #DE8DFB;
--purple-400: #CD52FA;
--purple-500: #BF20F8;
--purple-600: #A107DA;
--purple-700: #8005AD;
--purple-800: #5C047C;
--purple-900: #3B024F;
--purple-950: #250231;
}