Purple
#9B04DC
PurpleColor Codes
All color formats for development
HEX
#9B04DCRGB
rgb(155, 4, 220)HSL
hsl(282, 96%, 44%)OKLCH
oklch(0.533 0.268 309.9)CMYK
cmyk(30%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C04C6
2#7C04B0
3#6D039A
4#5D0384
5#4E026E
6#3E0258
7#2F0142
8#1F012C
9#100016
Tints
Lighter variations
1#AF05F8
2#B91FFA
3#C13BFB
4#CA57FC
5#D373FC
6#DC8FFD
7#E5ABFD
8#EDC7FE
9#F6E3FE
Tones
Muted variations
1#970FD1
2#931AC6
3#8E25BC
4#8A30B1
5#863AA6
6#81459B
7#7D5091
8#795B86
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8C #DB8CFD | BordersInactive statesPlaceholder text |
| 400 | C850 #C850FB | Disabled statesSecondary iconsMuted text |
| 500 | B81E #B81EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B04 #9B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C04 #7C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5803 #58037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #380250 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBEFE;
--purple-300: #DB8CFD;
--purple-400: #C850FB;
--purple-500: #B81EFA;
--purple-600: #9B04DC;
--purple-700: #7C04AF;
--purple-800: #58037D;
--purple-900: #380250;
--purple-950: #230132;
}