Purple
#890DA5
PinkColor Codes
All color formats for development
HEX
#890DA5RGB
rgb(137, 13, 165)HSL
hsl(289, 85%, 35%)OKLCH
oklch(0.466 0.218 318.4)CMYK
cmyk(17%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C0C95
2#6E0B84
3#600974
4#520863
5#450753
6#370542
7#290432
8#1B0321
9#0E0111
Tints
Lighter variations
1#A310C4
2#BC12E2
3#C928EE
4#D147F0
5#D966F3
6#E084F5
7#E8A3F8
8#F0C2FA
9#F7E0FD
Tones
Muted variations
1#84159E
2#801D96
3#7B248E
4#762C87
5#71337F
6#6C3B78
7#684270
8#634A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E492 #E492F6 | BordersInactive statesPlaceholder text |
| 400 | D65A #D65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CA2B #CA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | AD11 #AD11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890D #890DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F06 #3F064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DEFC;
--purple-200: #F0C2FA;
--purple-300: #E492F6;
--purple-400: #D65AF2;
--purple-500: #CA2BEE;
--purple-600: #AD11D0;
--purple-700: #890DA5;
--purple-800: #620A76;
--purple-900: #3F064B;
--purple-950: #27042F;
}