Purple
#80189A
PinkColor Codes
All color formats for development
HEX
#80189ARGB
rgb(128, 24, 154)HSL
hsl(288, 73%, 35%)OKLCH
oklch(0.45 0.2 318.1)CMYK
cmyk(17%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74168B
2#67137C
3#5A116C
4#4D0E5D
5#400C4D
6#330A3E
7#27072E
8#1A051F
9#0D020F
Tints
Lighter variations
1#981DB7
2#B021D4
3#BE36E0
4#C753E4
5#D070E9
6#DA8CED
7#E3A9F2
8#ECC6F6
9#F6E2FB
Tones
Muted variations
1#7C1F94
2#79258D
3#752C87
4#713280
5#6D397A
6#693F73
7#65466D
8#614C66
9#5D5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F5E0FA;
--purple-200: #ECC6F6;
--purple-300: #DE9AEF;
--purple-400: #CD65E7;
--purple-500: #BF38E0;
--purple-600: #A11EC2;
--purple-700: #80189A;
--purple-800: #5C116E;
--purple-900: #3B0B47;
--purple-950: #25072C;
}