Purple
#A30AD6
PinkColor Codes
All color formats for development
HEX
#A30AD6RGB
rgb(163, 10, 214)HSL
hsl(285, 91%, 44%)OKLCH
oklch(0.541 0.264 313.8)CMYK
cmyk(24%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9309C1
2#8308AB
3#720796
4#620681
5#52056B
6#410456
7#310340
8#21022B
9#100115
Tints
Lighter variations
1#B80BF2
2#C125F5
3#C940F6
4#D05BF7
5#D877F9
6#E092FA
7#E8ADFB
8#EFC8FC
9#F7E4FE
Tones
Muted variations
1#9E14CC
2#991FC2
3#9429B8
4#8F33AD
5#8A3DA3
6#854799
7#80528F
8#7A5C85
9#75667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8F #DF8FFA | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | C024 #C024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30A #A30AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8208 #8208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D06 #5D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | 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: #FBF0FE;
--purple-100: #F5DDFD;
--purple-200: #EDC0FC;
--purple-300: #DF8FFA;
--purple-400: #CE55F7;
--purple-500: #C024F5;
--purple-600: #A30AD6;
--purple-700: #8208AA;
--purple-800: #5D067A;
--purple-900: #3B044E;
--purple-950: #250231;
}