Purple
#9409AA
PinkColor Codes
All color formats for development
HEX
#9409AARGB
rgb(148, 9, 170)HSL
hsl(292, 90%, 35%)OKLCH
oklch(0.485 0.227 321)CMYK
cmyk(13%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#850899
2#770788
3#680677
4#590566
5#4A0455
6#3B0444
7#2C0333
8#1E0222
9#0F0111
Tints
Lighter variations
1#B00BC9
2#CB0CE9
3#D823F3
4#DD42F5
5#E362F7
6#E881F8
7#EEA1FA
8#F4C0FC
9#F9E0FD
Tones
Muted variations
1#8E11A2
2#88199A
3#822191
4#7D2989
5#773181
6#713979
7#6B4171
8#654969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB90 #EB90F9 | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F6 | Disabled statesSecondary iconsMuted text |
| 500 | D825 #D825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA0B #BA0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9409 #9409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F9DDFD;
--purple-200: #F4C0FC;
--purple-300: #EB90F9;
--purple-400: #E155F6;
--purple-500: #D825F4;
--purple-600: #BA0BD5;
--purple-700: #9409AA;
--purple-800: #6A0679;
--purple-900: #44044E;
--purple-950: #2A0330;
}