Purple
#80159E
PinkColor Codes
All color formats for development
HEX
#80159ERGB
rgb(128, 21, 158)HSL
hsl(287, 77%, 35%)OKLCH
oklch(0.451 0.205 316.9)CMYK
cmyk(19%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73128E
2#67107E
3#5A0E6F
4#4D0C5F
5#400A4F
6#33083F
7#26062F
8#1A0420
9#0D0210
Tints
Lighter variations
1#9818BB
2#B01CD9
3#BE32E4
4#C74FE8
5#D06CEC
6#DA8AF0
7#E3A7F4
8#ECC4F7
9#F6E2FB
Tones
Muted variations
1#7C1B97
2#782290
3#752989
4#713082
5#6D377C
6#693E75
7#65456E
8#614C67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC4 #ECC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD61 #CD61EA | Disabled statesSecondary iconsMuted text |
| 500 | BE34 #BE34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11A #A11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8015 #80159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0F #5C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F5DFFB;
--purple-200: #ECC4F7;
--purple-300: #DE97F2;
--purple-400: #CD61EA;
--purple-500: #BE34E5;
--purple-600: #A11AC7;
--purple-700: #80159E;
--purple-800: #5C0F71;
--purple-900: #3B0948;
--purple-950: #25062D;
}