Purple
#9C03B0
PinkColor Codes
All color formats for development
HEX
#9C03B0RGB
rgb(156, 3, 176)HSL
hsl(293, 97%, 35%)OKLCH
oklch(0.5 0.236 322)CMYK
cmyk(11%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C029E
2#7C028D
3#6D027B
4#5D0269
5#4E0158
6#3E0146
7#2F0135
8#1F0123
9#100012
Tints
Lighter variations
1#B903D0
2#D504F1
3#E11AFC
4#E63BFC
5#EA5CFD
6#EE7CFD
7#F29DFE
8#F7BEFE
9#FBDEFF
Tones
Muted variations
1#950BA7
2#8E149F
3#881D96
4#81258D
5#7A2E85
6#74377C
7#6D3F73
8#67486B
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BE #F7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F08B #F08BFD | BordersInactive statesPlaceholder text |
| 400 | E84F #E84FFC | Disabled statesSecondary iconsMuted text |
| 500 | E21D #E21DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C403 #C403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C03 #9C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F02 #6F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4701 #470150 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADCFE;
--purple-200: #F7BEFE;
--purple-300: #F08BFD;
--purple-400: #E84FFC;
--purple-500: #E21DFC;
--purple-600: #C403DD;
--purple-700: #9C03B0;
--purple-800: #6F027E;
--purple-900: #470150;
--purple-950: #2C0132;
}