Purple
#9C09AA
PinkColor Codes
All color formats for development
HEX
#9C09AARGB
rgb(156, 9, 170)HSL
hsl(295, 90%, 35%)OKLCH
oklch(0.498 0.23 323.7)CMYK
cmyk(8%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D0899
2#7D0788
3#6D0677
4#5E0566
5#4E0455
6#3E0444
7#2F0333
8#1F0222
9#100111
Tints
Lighter variations
1#B90BC9
2#D60CE9
3#E223F3
4#E642F5
5#EA62F7
6#EE81F8
7#F3A1FA
8#F7C0FC
9#FBE0FD
Tones
Muted variations
1#9511A2
2#8F199A
3#882191
4#812989
5#7B3181
6#743979
7#6D4171
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 | F7C0 #F7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F090 #F090F9 | BordersInactive statesPlaceholder text |
| 400 | E955 #E955F6 | Disabled statesSecondary iconsMuted text |
| 500 | E225 #E225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C40B #C40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C09 #9C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7006 #700679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4704 #47044E | 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: #F7C0FC;
--purple-300: #F090F9;
--purple-400: #E955F6;
--purple-500: #E225F4;
--purple-600: #C40BD5;
--purple-700: #9C09AA;
--purple-800: #700679;
--purple-900: #47044E;
--purple-950: #2D0330;
}