Purple
#9709AA
PinkColor Codes
All color formats for development
HEX
#9709AARGB
rgb(151, 9, 170)HSL
hsl(293, 90%, 35%)OKLCH
oklch(0.49 0.228 322)CMYK
cmyk(11%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#880899
2#790788
3#6A0677
4#5A0566
5#4B0455
6#3C0444
7#2D0333
8#1E0222
9#0F0111
Tints
Lighter variations
1#B30BC9
2#CF0CE9
3#DB23F3
4#E042F5
5#E562F7
6#EA81F8
7#F0A1FA
8#F5C0FC
9#FAE0FD
Tones
Muted variations
1#9111A2
2#8B199A
3#842191
4#7E2989
5#783181
6#723979
7#6C4171
8#664969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | ED90 #ED90F9 | BordersInactive statesPlaceholder text |
| 400 | E355 #E355F6 | Disabled statesSecondary iconsMuted text |
| 500 | DB25 #DB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE0B #BE0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9709 #9709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C06 #6C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044E | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FE;
--purple-100: #F9DDFD;
--purple-200: #F5C0FC;
--purple-300: #ED90F9;
--purple-400: #E355F6;
--purple-500: #DB25F4;
--purple-600: #BE0BD5;
--purple-700: #9709AA;
--purple-800: #6C0679;
--purple-900: #45044E;
--purple-950: #2B0330;
}