Purple
#9F09AA
PinkColor Codes
All color formats for development
HEX
#9F09AARGB
rgb(159, 9, 170)HSL
hsl(296, 90%, 35%)OKLCH
oklch(0.503 0.231 324.8)CMYK
cmyk(6%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F0899
2#7F0788
3#6F0677
4#5F0566
5#4F0455
6#400444
7#300333
8#200222
9#100111
Tints
Lighter variations
1#BC0BC9
2#DA0CE9
3#E523F3
4#E942F5
5#ED62F7
6#F081F8
7#F4A1FA
8#F8C0FC
9#FBE0FD
Tones
Muted variations
1#9811A2
2#91199A
3#8A2191
4#832989
5#7C3181
6#753979
7#6E4171
8#674969
9#605161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB55 #EB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | E625 #E625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C80B #C80BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F09 #9F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7106 #710679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FE;
--purple-100: #FBDDFD;
--purple-200: #F8C0FC;
--purple-300: #F290F9;
--purple-400: #EB55F6;
--purple-500: #E625F4;
--purple-600: #C80BD5;
--purple-700: #9F09AA;
--purple-800: #710679;
--purple-900: #49044E;
--purple-950: #2D0330;
}