Black
#1A0132
PurpleColor Codes
All color formats for development
HEX
#1A0132RGB
rgb(26, 1, 50)HSL
hsl(271, 96%, 10%)OKLCH
oklch(0.18 0.092 301.8)CMYK
cmyk(48%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18012D
2#150128
3#120123
4#10011E
5#0D0119
6#0B0014
7#08000F
8#05000A
9#030005
Tints
Lighter variations
1#32025F
2#4A038C
3#6104B9
4#7905E6
5#901EFA
6#A64BFB
7#BC78FC
8#D3A5FD
9#E9D2FE
Tones
Muted variations
1#1A0330
2#1A062D
3#1A082B
4#1A0B28
5#1A0D26
6#1A1023
7#1A1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68C #C68CFD | BordersInactive statesPlaceholder text |
| 400 | A950 #A950FB | Disabled statesSecondary iconsMuted text |
| 500 | 901E #901EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7404 #7404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EEDCFE;
--black-200: #DFBEFE;
--black-300: #C68CFD;
--black-400: #A950FB;
--black-500: #901EFA;
--black-600: #7404DC;
--black-700: #5C04AF;
--black-800: #42037D;
--black-900: #2A0250;
--black-950: #1A0132;
}