Purple
#9919C8
PurpleColor Codes
All color formats for development
HEX
#9919C8RGB
rgb(153, 25, 200)HSL
hsl(284, 78%, 44%)OKLCH
oklch(0.521 0.244 313.8)CMYK
cmyk(24%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A16B4
2#7A14A0
3#6B118C
4#5C0F78
5#4D0C64
6#3D0A50
7#2E073C
8#1F0528
9#0F0214
Tints
Lighter variations
1#AD1CE1
2#B634E6
3#BF4DE9
4#C966EC
5#D280EF
6#DB99F2
7#E4B3F6
8#EDCCF9
9#F6E6FC
Tones
Muted variations
1#9521BF
2#912AB6
3#8D33AD
4#893CA5
5#85449C
6#814D93
7#7C568A
8#785F82
9#746779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F4DFFB;
--purple-200: #EAC4F8;
--purple-300: #DA97F2;
--purple-400: #C660EB;
--purple-500: #B633E6;
--purple-600: #9919C8;
--purple-700: #7A149F;
--purple-800: #570E71;
--purple-900: #380949;
--purple-950: #23062D;
}