Purple
#A71AC7
PinkColor Codes
All color formats for development
HEX
#A71AC7RGB
rgb(167, 26, 199)HSL
hsl(289, 77%, 44%)OKLCH
oklch(0.541 0.247 318.7)CMYK
cmyk(16%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9617B3
2#86159F
3#75128B
4#640F77
5#530D63
6#430A4F
7#32083C
8#210528
9#110314
Tints
Lighter variations
1#BC1DE0
2#C435E5
3#CC4EE8
4#D367EB
5#DA81EF
6#E29AF2
7#E9B3F5
8#F0CCF8
9#F8E6FC
Tones
Muted variations
1#A122BE
2#9C2BB5
3#9734AD
4#913CA4
5#8C459B
6#864E93
7#81568A
8#7B5F81
9#766879
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 #EEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D161 #D161EA | Disabled statesSecondary iconsMuted text |
| 500 | C434 #C434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A71A #A71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8515 #85159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0F #5F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC4F7;
--purple-300: #E197F2;
--purple-400: #D161EA;
--purple-500: #C434E5;
--purple-600: #A71AC7;
--purple-700: #85159E;
--purple-800: #5F0F71;
--purple-900: #3D0948;
--purple-950: #26062D;
}