Black
#100132
PurpleColor Codes
All color formats for development
HEX
#100132RGB
rgb(16, 1, 50)HSL
hsl(258, 96%, 10%)OKLCH
oklch(0.165 0.091 288.2)CMYK
cmyk(68%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E012D
2#0D0128
3#0B0123
4#09011E
5#080119
6#060014
7#05000F
8#03000A
9#020005
Tints
Lighter variations
1#1E025F
2#2C038C
3#3A04B9
4#4805E6
5#601EFA
6#804BFB
7#A078FC
8#BFA5FD
9#DFD2FE
Tones
Muted variations
1#110330
2#12062D
3#13082B
4#140B28
5#150D26
6#161023
7#171221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8C #AE8CFD | BordersInactive statesPlaceholder text |
| 400 | 8350 #8350FB | Disabled statesSecondary iconsMuted text |
| 500 | 601E #601EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4504 #4504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2703 #27037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FF;
--black-100: #E6DCFE;
--black-200: #D1BEFE;
--black-300: #AE8CFD;
--black-400: #8350FB;
--black-500: #601EFA;
--black-600: #4504DC;
--black-700: #3704AF;
--black-800: #27037D;
--black-900: #190250;
--black-950: #100132;
}