Black
#120132
PurpleColor Codes
All color formats for development
HEX
#120132RGB
rgb(18, 1, 50)HSL
hsl(261, 96%, 10%)OKLCH
oklch(0.168 0.091 290.9)CMYK
cmyk(64%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10012D
2#0F0128
3#0D0123
4#0B011E
5#090119
6#070014
7#05000F
8#04000A
9#020005
Tints
Lighter variations
1#22025F
2#33038C
3#4304B9
4#5405E6
5#6B1EFA
6#894BFB
7#A678FC
8#C4A5FD
9#E1D2FE
Tones
Muted variations
1#130330
2#14062D
3#14082B
4#150B28
5#160D26
6#171023
7#171221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38C #B38CFD | BordersInactive statesPlaceholder text |
| 400 | 8C50 #8C50FB | Disabled statesSecondary iconsMuted text |
| 500 | 6B1E #6B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5004 #5004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4004 #4004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D03 #2D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D02 #1D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FF;
--black-100: #E8DCFE;
--black-200: #D4BEFE;
--black-300: #B38CFD;
--black-400: #8C50FB;
--black-500: #6B1EFA;
--black-600: #5004DC;
--black-700: #4004AF;
--black-800: #2D037D;
--black-900: #1D0250;
--black-950: #120132;
}