Purple
#92159D
PinkColor Codes
All color formats for development
HEX
#92159DRGB
rgb(146, 21, 157)HSL
hsl(295, 76%, 35%)OKLCH
oklch(0.478 0.211 324.3)CMYK
cmyk(7%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83138D
2#75117E
3#660F6E
4#570D5E
5#490B4F
6#3A093F
7#2C062F
8#1D041F
9#0F0210
Tints
Lighter variations
1#AD19BA
2#C81DD7
3#D433E3
4#DB50E7
5#E16DEB
6#E78AEF
7#EDA7F3
8#F3C5F7
9#F9E2FB
Tones
Muted variations
1#8C1C96
2#862390
3#812A89
4#7B3182
5#76377B
6#703E74
7#6A456E
8#654C67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF2FD;
--purple-100: #F8E0FB;
--purple-200: #F3C5F7;
--purple-300: #E998F1;
--purple-400: #DE62EA;
--purple-500: #D535E3;
--purple-600: #B71BC5;
--purple-700: #92159D;
--purple-800: #680F70;
--purple-900: #430A48;
--purple-950: #2A062D;
}