Purple
#9213A0
PinkColor Codes
All color formats for development
HEX
#9213A0RGB
rgb(146, 19, 160)HSL
hsl(294, 79%, 35%)OKLCH
oklch(0.479 0.214 323.3)CMYK
cmyk(9%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#831190
2#750F80
3#660D70
4#570B60
5#490950
6#3A0740
7#2C0630
8#1D0420
9#0F0210
Tints
Lighter variations
1#AD16BD
2#C81ADB
3#D42FE7
4#DA4DEA
5#E16BEE
6#E788F1
7#EDA6F5
8#F3C4F8
9#F9E1FC
Tones
Muted variations
1#8C1A99
2#862192
3#81288B
4#7B2F84
5#75367D
6#703D75
7#6A446E
8#654B67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C4 #F3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E996 #E996F3 | BordersInactive statesPlaceholder text |
| 400 | DE5F #DE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | D532 #D532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B718 #B718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9213 #9213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680D #680D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4309 #430949 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F8DFFB;
--purple-200: #F3C4F8;
--purple-300: #E996F3;
--purple-400: #DE5FEC;
--purple-500: #D532E7;
--purple-600: #B718C9;
--purple-700: #9213A0;
--purple-800: #680D72;
--purple-900: #430949;
--purple-950: #2A052E;
}