Purple
#85149F
PinkColor Codes
All color formats for development
HEX
#85149FRGB
rgb(133, 20, 159)HSL
hsl(289, 78%, 35%)OKLCH
oklch(0.459 0.208 318.6)CMYK
cmyk(16%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78128F
2#6B107F
3#5D0E6F
4#500C5F
5#430A4F
6#350840
7#280630
8#1B0420
9#0D0210
Tints
Lighter variations
1#9E17BC
2#B71BDA
3#C430E5
4#CD4EE9
5#D56BED
6#DD89F0
7#E6A6F4
8#EEC4F8
9#F7E1FB
Tones
Muted variations
1#811B98
2#7D2291
3#78298A
4#742F83
5#6F367C
6#6B3D75
7#66446E
8#624B67
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC4F8;
--purple-300: #E197F2;
--purple-400: #D260EB;
--purple-500: #C533E6;
--purple-600: #A819C8;
--purple-700: #85149F;
--purple-800: #5F0E71;
--purple-900: #3D0949;
--purple-950: #26062D;
}