Purple
#A709D7
PinkColor Codes
All color formats for development
HEX
#A709D7RGB
rgb(167, 9, 215)HSL
hsl(286, 92%, 44%)OKLCH
oklch(0.547 0.266 314.9)CMYK
cmyk(22%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9708C2
2#8607AC
3#750697
4#640581
5#54046C
6#430456
7#320341
8#21022B
9#110116
Tints
Lighter variations
1#BD0AF3
2#C524F6
3#CC3FF7
4#D35AF8
5#DB76F9
6#E291FA
7#E9ADFC
8#F0C8FD
9#F8E4FE
Tones
Muted variations
1#A213CD
2#9C1EC3
3#9728B8
4#9132AE
5#8C3DA4
6#864799
7#81518F
8#7B5C85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFE;
--purple-200: #EEBFFC;
--purple-300: #E18EFA;
--purple-400: #D254F8;
--purple-500: #C523F6;
--purple-600: #A709D7;
--purple-700: #8507AB;
--purple-800: #5F057A;
--purple-900: #3D034E;
--purple-950: #260231;
}