Purple
#9104DC
PurpleColor Codes
All color formats for development
HEX
#9104DCRGB
rgb(145, 4, 220)HSL
hsl(279, 96%, 44%)OKLCH
oklch(0.519 0.266 306.6)CMYK
cmyk(34%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8204C6
2#7404B0
3#65039A
4#570384
5#48026E
6#3A0258
7#2B0142
8#1D012C
9#0E0016
Tints
Lighter variations
1#A305F8
2#AE1FFA
3#B83BFB
4#C257FC
5#CC73FC
6#D68FFD
7#E0ABFD
8#EBC7FE
9#F5E3FE
Tones
Muted variations
1#8D0FD1
2#8A1AC6
3#8725BC
4#8430B1
5#803AA6
6#7D459B
7#7A5091
8#775B86
9#73657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58C #D58CFD | BordersInactive statesPlaceholder text |
| 400 | BF50 #BF50FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1E #AD1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9104 #9104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3502 #350250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F2DCFE;
--purple-200: #E7BEFE;
--purple-300: #D58CFD;
--purple-400: #BF50FB;
--purple-500: #AD1EFA;
--purple-600: #9104DC;
--purple-700: #7304AF;
--purple-800: #52037D;
--purple-900: #350250;
--purple-950: #210132;
}