Purple
#9600E0
PurpleColor Codes
All color formats for development
HEX
#9600E0RGB
rgb(150, 0, 224)HSL
hsl(280, 100%, 44%)OKLCH
oklch(0.529 0.271 307.4)CMYK
cmyk(33%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8700CA
2#7800B4
3#69009D
4#5A0087
5#4B0070
6#3C005A
7#2D0043
8#1E002D
9#0F0016
Tints
Lighter variations
1#A900FD
2#B31BFF
3#BC37FF
4#C654FF
5#CF70FF
6#D98DFF
7#E2A9FF
8#ECC6FF
9#F5E2FF
Tones
Muted variations
1#920BD5
2#8E16CA
3#8A22BF
4#872DB4
5#8338A8
6#7F439D
7#7B4F92
8#785A87
9#74657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DBFF;
--purple-200: #E9BDFF;
--purple-300: #D88AFF;
--purple-400: #C44DFF;
--purple-500: #B31AFF;
--purple-600: #9600E0;
--purple-700: #7700B3;
--purple-800: #550080;
--purple-900: #360052;
--purple-950: #220033;
}