Purple
#930DA5
PinkColor Codes
All color formats for development
HEX
#930DA5RGB
rgb(147, 13, 165)HSL
hsl(293, 85%, 35%)OKLCH
oklch(0.482 0.221 322.1)CMYK
cmyk(11%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#850C95
2#760B84
3#670974
4#580863
5#4A0753
6#3B0542
7#2C0432
8#1D0321
9#0F0111
Tints
Lighter variations
1#AF10C4
2#CA12E2
3#D728EE
4#DC47F0
5#E266F3
6#E884F5
7#EEA3F8
8#F3C2FA
9#F9E0FD
Tones
Muted variations
1#8E159E
2#881D96
3#82248E
4#7C2C87
5#76337F
6#713B78
7#6B4270
8#654A68
9#5F5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EB92 #EB92F6 | BordersInactive statesPlaceholder text |
| 400 | E05A #E05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D72B #D72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B911 #B911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930D #930DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4306 #43064B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F9DEFC;
--purple-200: #F3C2FA;
--purple-300: #EB92F6;
--purple-400: #E05AF2;
--purple-500: #D72BEE;
--purple-600: #B911D0;
--purple-700: #930DA5;
--purple-800: #690A76;
--purple-900: #43064B;
--purple-950: #2A042F;
}