Purple
#85159E
PinkColor Codes
All color formats for development
HEX
#85159ERGB
rgb(133, 21, 158)HSL
hsl(289, 77%, 35%)OKLCH
oklch(0.458 0.207 318.9)CMYK
cmyk(16%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#77128E
2#6A107E
3#5D0E6F
4#500C5F
5#420A4F
6#35083F
7#28062F
8#1B0420
9#0D0210
Tints
Lighter variations
1#9D18BB
2#B61CD9
3#C432E4
4#CC4FE8
5#D56CEC
6#DD8AF0
7#E6A7F4
8#EEC4F7
9#F7E2FB
Tones
Muted variations
1#801B97
2#7C2290
3#782989
4#733082
5#6F377C
6#6B3E75
7#66456E
8#624C67
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 #EEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D161 #D161EA | Disabled statesSecondary iconsMuted text |
| 500 | C434 #C434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A71A #A71AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8515 #85159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0F #5F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0948 | 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: #EEC4F7;
--purple-300: #E197F2;
--purple-400: #D161EA;
--purple-500: #C434E5;
--purple-600: #A71AC7;
--purple-700: #85159E;
--purple-800: #5F0F71;
--purple-900: #3D0948;
--purple-950: #26062D;
}