Purple
#930EA4
PinkColor Codes
All color formats for development
HEX
#930EA4RGB
rgb(147, 14, 164)HSL
hsl(293, 84%, 35%)OKLCH
oklch(0.481 0.22 322.4)CMYK
cmyk(10%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#840D94
2#750B83
3#670A73
4#580963
5#490752
6#3B0642
7#2C0431
8#1D0321
9#0F0110
Tints
Lighter variations
1#AE11C3
2#C914E1
3#D62AEC
4#DC48EF
5#E167F2
6#E785F4
7#EDA4F7
8#F3C2FA
9#F9E1FC
Tones
Muted variations
1#8D169D
2#871D95
3#81258E
4#7C2C86
5#76347F
6#703B77
7#6A4370
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 | EA93 #EA93F6 | BordersInactive statesPlaceholder text |
| 400 | DF5B #DF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D62C #D62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B812 #B812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930E #930EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | 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: #EA93F6;
--purple-400: #DF5BF1;
--purple-500: #D62CED;
--purple-600: #B812CE;
--purple-700: #930EA4;
--purple-800: #690A75;
--purple-900: #43074B;
--purple-950: #2A042F;
}