Purple
#80159D
PinkColor Codes
All color formats for development
HEX
#80159DRGB
rgb(128, 21, 157)HSL
hsl(287, 76%, 35%)OKLCH
oklch(0.45 0.204 317.2)CMYK
cmyk(18%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73138D
2#66117E
3#590F6E
4#4D0D5E
5#400B4F
6#33093F
7#26062F
8#1A041F
9#0D0210
Tints
Lighter variations
1#9719BA
2#AF1DD7
3#BD33E3
4#C650E7
5#D06DEB
6#D98AEF
7#E3A7F3
8#ECC5F7
9#F6E2FB
Tones
Muted variations
1#7C1C96
2#782390
3#742A89
4#703182
5#6C377B
6#693E74
7#65456E
8#614C67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC5 #ECC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE98 #DE98F1 | BordersInactive statesPlaceholder text |
| 400 | CC62 #CC62EA | Disabled statesSecondary iconsMuted text |
| 500 | BE35 #BE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11B #A11BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0F #5B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A0A #3A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F5E0FB;
--purple-200: #ECC5F7;
--purple-300: #DE98F1;
--purple-400: #CC62EA;
--purple-500: #BE35E3;
--purple-600: #A11BC5;
--purple-700: #80159D;
--purple-800: #5B0F70;
--purple-900: #3A0A48;
--purple-950: #24062D;
}