Purple
#9C13CD
PurpleColor Codes
All color formats for development
HEX
#9C13CDRGB
rgb(156, 19, 205)HSL
hsl(284, 83%, 44%)OKLCH
oklch(0.527 0.252 313.6)CMYK
cmyk(24%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C11B9
2#7D0FA4
3#6D0D90
4#5D0B7B
5#4E0A67
6#3E0852
7#2F063E
8#1F0429
9#100215
Tints
Lighter variations
1#AF16E7
2#B92EEC
3#C248EE
4#CB62F0
5#D37CF3
6#DC96F5
7#E5B1F8
8#EECBFA
9#F6E5FD
Tones
Muted variations
1#971CC4
2#9326BB
3#8F2FB1
4#8A38A8
5#86429F
6#824B95
7#7D548C
8#795E83
9#75677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC2 #EBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB94 #DB94F5 | BordersInactive statesPlaceholder text |
| 400 | C85C #C85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B92D #B92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C13 #9C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0F #7C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580B #580B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3907 #39074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FE;
--purple-100: #F4DEFC;
--purple-200: #EBC2F9;
--purple-300: #DB94F5;
--purple-400: #C85CF0;
--purple-500: #B92DEB;
--purple-600: #9C13CD;
--purple-700: #7C0FA3;
--purple-800: #580B75;
--purple-900: #39074B;
--purple-950: #23042F;
}