Purple
#A50DD3
PinkColor Codes
All color formats for development
HEX
#A50DD3RGB
rgb(165, 13, 211)HSL
hsl(286, 88%, 44%)OKLCH
oklch(0.542 0.261 315.2)CMYK
cmyk(22%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940CBE
2#840BA9
3#730994
4#63087F
5#520769
6#420554
7#31043F
8#21032A
9#100115
Tints
Lighter variations
1#BA0FEE
2#C228F1
3#CA43F3
4#D25EF5
5#D979F6
6#E194F8
7#E8AEFA
8#F0C9FC
9#F7E4FD
Tones
Muted variations
1#A017C9
2#9A21BF
3#952BB5
4#9035AB
5#8B3FA2
6#854998
7#80538E
8#7B5C84
9#75667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F8 | BordersInactive statesPlaceholder text |
| 400 | D057 #D057F4 | Disabled statesSecondary iconsMuted text |
| 500 | C227 #C227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A50D #A50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830B #830BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E08 #5E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DDFD;
--purple-200: #EDC1FB;
--purple-300: #E091F8;
--purple-400: #D057F4;
--purple-500: #C227F1;
--purple-600: #A50DD3;
--purple-700: #830BA8;
--purple-800: #5E0878;
--purple-900: #3C054D;
--purple-950: #250330;
}