Black
#0D0132
PurpleColor Codes
All color formats for development
HEX
#0D0132RGB
rgb(13, 1, 50)HSL
hsl(255, 96%, 10%)OKLCH
oklch(0.162 0.091 284.1)CMYK
cmyk(74%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C012D
2#0B0128
3#090123
4#08011E
5#070119
6#050014
7#04000F
8#03000A
9#010005
Tints
Lighter variations
1#19025F
2#25038C
3#3104B9
4#3D05E6
5#551EFA
6#774BFB
7#9978FC
8#BBA5FD
9#DDD2FE
Tones
Muted variations
1#0E0330
2#10062D
3#11082B
4#120B28
5#130D26
6#151023
7#161221
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88C #A88CFD | BordersInactive statesPlaceholder text |
| 400 | 7B50 #7B50FB | Disabled statesSecondary iconsMuted text |
| 500 | 551E #551EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A04 #3A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E04 #2E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FF;
--black-100: #E5DCFE;
--black-200: #CEBEFE;
--black-300: #A88CFD;
--black-400: #7B50FB;
--black-500: #551EFA;
--black-600: #3A04DC;
--black-700: #2E04AF;
--black-800: #21037D;
--black-900: #150250;
--black-950: #0D0132;
}