Black
#170132
PurpleColor Codes
All color formats for development
HEX
#170132RGB
rgb(23, 1, 50)HSL
hsl(267, 96%, 10%)OKLCH
oklch(0.175 0.091 297.8)CMYK
cmyk(54%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15012D
2#120128
3#100123
4#0E011E
5#0C0119
6#090014
7#07000F
8#05000A
9#020005
Tints
Lighter variations
1#2C025F
2#41038C
3#5504B9
4#6A05E6
5#811EFA
6#9A4BFB
7#B478FC
8#CDA5FD
9#E6D2FE
Tones
Muted variations
1#170330
2#18062D
3#18082B
4#180B28
5#180D26
6#191023
7#191221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8C #BF8CFD | BordersInactive statesPlaceholder text |
| 400 | 9D50 #9D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 811E #811EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6504 #6504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FF;
--black-100: #EBDCFE;
--black-200: #DBBEFE;
--black-300: #BF8CFD;
--black-400: #9D50FB;
--black-500: #811EFA;
--black-600: #6504DC;
--black-700: #5104AF;
--black-800: #3A037D;
--black-900: #250250;
--black-950: #170132;
}