Black
#1B0132
PurpleColor Codes
All color formats for development
HEX
#1B0132RGB
rgb(27, 1, 50)HSL
hsl(272, 96%, 10%)OKLCH
oklch(0.182 0.092 303.1)CMYK
cmyk(46%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18012D
2#160128
3#130123
4#10011E
5#0E0119
6#0B0014
7#08000F
8#05000A
9#030005
Tints
Lighter variations
1#34025F
2#4C038C
3#6404B9
4#7D05E6
5#941EFA
6#A94BFB
7#BF78FC
8#D4A5FD
9#EAD2FE
Tones
Muted variations
1#1B0330
2#1B062D
3#1B082B
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 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88C #C88CFD | BordersInactive statesPlaceholder text |
| 400 | AB50 #AB50FB | Disabled statesSecondary iconsMuted text |
| 500 | 941E #941EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7704 #7704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F04 #5F04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4403 #44037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EEDCFE;
--black-200: #E0BEFE;
--black-300: #C88CFD;
--black-400: #AB50FB;
--black-500: #941EFA;
--black-600: #7704DC;
--black-700: #5F04AF;
--black-800: #44037D;
--black-900: #2B0250;
--black-950: #1B0132;
}