Purple
#9512A1
PinkColor Codes
All color formats for development
HEX
#9512A1RGB
rgb(149, 18, 161)HSL
hsl(295, 80%, 35%)OKLCH
oklch(0.484 0.217 324.1)CMYK
cmyk(7%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#861091
2#770E81
3#680C70
4#590B60
5#4A0950
6#3B0740
7#2D0530
8#1E0420
9#0F0210
Tints
Lighter variations
1#B015BE
2#CC18DC
3#D82EE8
4#DE4CEB
5#E36AEE
6#E988F2
7#EEA5F5
8#F4C3F8
9#F9E1FC
Tones
Muted variations
1#8F199A
2#892092
3#83278B
4#7D2E84
5#77367D
6#713D76
7#6B446F
8#654B68
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB95 #EB95F3 | BordersInactive statesPlaceholder text |
| 400 | E15E #E15EED | Disabled statesSecondary iconsMuted text |
| 500 | D930 #D930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB16 #BB16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9512 #9512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #440849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F9DFFB;
--purple-200: #F4C3F8;
--purple-300: #EB95F3;
--purple-400: #E15EED;
--purple-500: #D930E8;
--purple-600: #BB16CA;
--purple-700: #9512A1;
--purple-800: #6A0D73;
--purple-900: #440849;
--purple-950: #2B052E;
}