Purple
#9019C8
PurpleColor Codes
All color formats for development
HEX
#9019C8RGB
rgb(144, 25, 200)HSL
hsl(281, 78%, 44%)OKLCH
oklch(0.509 0.242 310.6)CMYK
cmyk(28%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8216B4
2#7314A0
3#65118C
4#570F78
5#480C64
6#3A0A50
7#2B073C
8#1D0528
9#0E0214
Tints
Lighter variations
1#A31CE1
2#AD34E6
3#B84DE9
4#C266EC
5#CC80EF
6#D699F2
7#E0B3F6
8#EBCCF9
9#F5E6FC
Tones
Muted variations
1#8D21BF
2#8A2AB6
3#8733AD
4#833CA5
5#80449C
6#7D4D93
7#7A568A
8#775F82
9#736779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F2DFFB;
--purple-200: #E7C4F8;
--purple-300: #D597F2;
--purple-400: #BF60EB;
--purple-500: #AD33E6;
--purple-600: #9019C8;
--purple-700: #73149F;
--purple-800: #520E71;
--purple-900: #340949;
--purple-950: #21062D;
}