Purple
#9A0CA7
PinkColor Codes
All color formats for development
HEX
#9A0CA7RGB
rgb(154, 12, 167)HSL
hsl(295, 87%, 35%)OKLCH
oklch(0.494 0.226 324)CMYK
cmyk(8%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B0A96
2#7B0986
3#6C0875
4#5C0764
5#4D0653
6#3E0543
7#2E0332
8#1F0221
9#0F0111
Tints
Lighter variations
1#B70EC6
2#D310E5
3#DF26F0
4#E445F2
5#E864F4
6#ED83F6
7#F1A2F9
8#F6C1FB
9#FAE0FD
Tones
Muted variations
1#93139F
2#8D1B97
3#872390
4#802B88
5#7A3280
6#733A78
7#6D4271
8#664A69
9#605161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F7 | BordersInactive statesPlaceholder text |
| 400 | E658 #E658F3 | Disabled statesSecondary iconsMuted text |
| 500 | DF28 #DF28F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20F #C20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A0C #9A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E08 #6E0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054C | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FADEFD;
--purple-200: #F6C1FB;
--purple-300: #EF91F7;
--purple-400: #E658F3;
--purple-500: #DF28F0;
--purple-600: #C20FD2;
--purple-700: #9A0CA7;
--purple-800: #6E0877;
--purple-900: #46054C;
--purple-950: #2C0330;
}