Purple
#9B0BA8
PinkColor Codes
All color formats for development
HEX
#9B0BA8RGB
rgb(155, 11, 168)HSL
hsl(295, 88%, 35%)OKLCH
oklch(0.495 0.227 324)CMYK
cmyk(8%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B0A97
2#7C0986
3#6C0775
4#5D0665
5#4D0554
6#3E0443
7#2E0332
8#1F0222
9#0F0111
Tints
Lighter variations
1#B70DC7
2#D40FE6
3#E025F1
4#E444F3
5#E963F5
6#ED82F7
7#F2A2F9
8#F6C1FB
9#FBE0FD
Tones
Muted variations
1#9413A0
2#8E1A98
3#872290
4#812A88
5#7A3281
6#733A79
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 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | 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: #FADDFD;
--purple-200: #F6C1FB;
--purple-300: #EF91F8;
--purple-400: #E757F4;
--purple-500: #E027F1;
--purple-600: #C20DD3;
--purple-700: #9B0BA8;
--purple-800: #6F0878;
--purple-900: #47054D;
--purple-950: #2C0330;
}