Black
#0E0132
PurpleColor Codes
All color formats for development
HEX
#0E0132RGB
rgb(14, 1, 50)HSL
hsl(256, 96%, 10%)OKLCH
oklch(0.163 0.091 285.4)CMYK
cmyk(72%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D012D
2#0B0128
3#0A0123
4#08011E
5#070119
6#060014
7#04000F
8#03000A
9#010005
Tints
Lighter variations
1#1B025F
2#27038C
3#3404B9
4#4105E6
5#591EFA
6#7A4BFB
7#9B78FC
8#BDA5FD
9#DED2FE
Tones
Muted variations
1#0F0330
2#10062D
3#12082B
4#130B28
5#140D26
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 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8C #AA8CFD | BordersInactive statesPlaceholder text |
| 400 | 7E50 #7E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 591E #591EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E04 #3E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3104 #3104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FF;
--black-100: #E5DCFE;
--black-200: #CFBEFE;
--black-300: #AA8CFD;
--black-400: #7E50FB;
--black-500: #591EFA;
--black-600: #3E04DC;
--black-700: #3104AF;
--black-800: #23037D;
--black-900: #170250;
--black-950: #0E0132;
}