Purple
#A409D7
PinkColor Codes
All color formats for development
HEX
#A409D7RGB
rgb(164, 9, 215)HSL
hsl(285, 92%, 44%)OKLCH
oklch(0.543 0.265 313.9)CMYK
cmyk(24%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9308C2
2#8307AC
3#730697
4#620581
5#52046C
6#420456
7#310341
8#21022B
9#100116
Tints
Lighter variations
1#B90AF3
2#C124F6
3#C93FF7
4#D15AF8
5#D876F9
6#E091FA
7#E8ADFC
8#F0C8FD
9#F7E4FE
Tones
Muted variations
1#9F13CD
2#991EC3
3#9428B8
4#8F32AE
5#8A3DA4
6#854799
7#80518F
8#7B5C85
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8E #DF8EFA | BordersInactive statesPlaceholder text |
| 400 | CF54 #CF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | C123 #C123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A409 #A409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8207 #8207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D05 #5D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034E | 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: #F5DDFE;
--purple-200: #EDBFFC;
--purple-300: #DF8EFA;
--purple-400: #CF54F8;
--purple-500: #C123F6;
--purple-600: #A409D7;
--purple-700: #8207AB;
--purple-800: #5D057A;
--purple-900: #3C034E;
--purple-950: #250231;
}