Purple
#A519C8
PinkColor Codes
All color formats for development
HEX
#A519C8RGB
rgb(165, 25, 200)HSL
hsl(288, 78%, 44%)OKLCH
oklch(0.538 0.248 317.8)CMYK
cmyk(17%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9416B4
2#8414A0
3#73118C
4#630F78
5#520C64
6#420A50
7#31073C
8#210528
9#100214
Tints
Lighter variations
1#BA1CE1
2#C234E6
3#CA4DE9
4#D166EC
5#D980EF
6#E199F2
7#E8B3F6
8#F0CCF9
9#F7E6FC
Tones
Muted variations
1#9F21BF
2#9A2AB6
3#9533AD
4#903CA5
5#8A449C
6#854D93
7#80568A
8#7B5F82
9#756779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EDC4F8;
--purple-300: #E097F2;
--purple-400: #D060EB;
--purple-500: #C233E6;
--purple-600: #A519C8;
--purple-700: #83149F;
--purple-800: #5E0E71;
--purple-900: #3C0949;
--purple-950: #25062D;
}