Purple
#8409AA
PinkColor Codes
All color formats for development
HEX
#8409AARGB
rgb(132, 9, 170)HSL
hsl(286, 90%, 35%)OKLCH
oklch(0.461 0.222 315)CMYK
cmyk(22%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770899
2#6A0788
3#5C0677
4#4F0566
5#420455
6#350444
7#280333
8#1A0222
9#0D0111
Tints
Lighter variations
1#9D0BC9
2#B50CE9
3#C323F3
4#CB42F5
5#D462F7
6#DD81F8
7#E5A1FA
8#EEC0FC
9#F6E0FD
Tones
Muted variations
1#8011A2
2#7C199A
3#772191
4#732989
5#6F3181
6#6A3979
7#664171
8#624969
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E190 #E190F9 | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F6 | Disabled statesSecondary iconsMuted text |
| 500 | C325 #C325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A60B #A60BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8409 #8409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E06 #5E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C04 #3C044E | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFD;
--purple-200: #EEC0FC;
--purple-300: #E190F9;
--purple-400: #D155F6;
--purple-500: #C325F4;
--purple-600: #A60BD5;
--purple-700: #8409AA;
--purple-800: #5E0679;
--purple-900: #3C044E;
--purple-950: #260330;
}