Purple
#A518C9
PinkColor Codes
All color formats for development
HEX
#A518C9RGB
rgb(165, 24, 201)HSL
hsl(288, 79%, 44%)OKLCH
oklch(0.538 0.249 317.5)CMYK
cmyk(18%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9515B5
2#8413A1
3#74108D
4#630E79
5#530C64
6#420950
7#32073C
8#210528
9#110214
Tints
Lighter variations
1#BA1BE2
2#C333E7
3#CA4CEA
4#D266ED
5#D97FF0
6#E199F3
7#E8B2F6
8#F0CCF9
9#F7E5FC
Tones
Muted variations
1#A020C0
2#9B29B7
3#9532AE
4#903BA5
5#8B449D
6#854D94
7#80568B
8#7B5E82
9#766779
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 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC4F8;
--purple-300: #E096F3;
--purple-400: #D05FEC;
--purple-500: #C332E7;
--purple-600: #A518C9;
--purple-700: #8413A0;
--purple-800: #5E0D72;
--purple-900: #3C0949;
--purple-950: #26052E;
}