Black
#1E0132
PurpleColor Codes
All color formats for development
HEX
#1E0132RGB
rgb(30, 1, 50)HSL
hsl(276, 96%, 10%)OKLCH
oklch(0.187 0.093 306.9)CMYK
cmyk(40%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B012D
2#180128
3#150123
4#12011E
5#0F0119
6#0C0014
7#09000F
8#06000A
9#030005
Tints
Lighter variations
1#3A025F
2#55038C
3#7004B9
4#8C05E6
5#A21EFA
6#B54BFB
7#C778FC
8#DAA5FD
9#ECD2FE
Tones
Muted variations
1#1E0330
2#1D062D
3#1D082B
4#1C0B28
5#1C0D26
6#1B1023
7#1B1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08C #D08CFD | BordersInactive statesPlaceholder text |
| 400 | B750 #B750FB | Disabled statesSecondary iconsMuted text |
| 500 | A21E #A21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8604 #8604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FF;
--black-100: #F1DCFE;
--black-200: #E4BEFE;
--black-300: #D08CFD;
--black-400: #B750FB;
--black-500: #A21EFA;
--black-600: #8604DC;
--black-700: #6A04AF;
--black-800: #4C037D;
--black-900: #310250;
--black-950: #1E0132;
}