Black
#200132
PurpleColor Codes
All color formats for development
HEX
#200132RGB
rgb(32, 1, 50)HSL
hsl(278, 96%, 10%)OKLCH
oklch(0.19 0.093 309.4)CMYK
cmyk(36%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D012D
2#1A0128
3#160123
4#13011E
5#100119
6#0D0014
7#0A000F
8#06000A
9#030005
Tints
Lighter variations
1#3D025F
2#5A038C
3#7704B9
4#9305E6
5#AA1EFA
6#BB4BFB
7#CC78FC
8#DDA5FD
9#EED2FE
Tones
Muted variations
1#1F0330
2#1F062D
3#1E082B
4#1D0B28
5#1D0D26
6#1C1023
7#1B1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D38C #D38CFD | BordersInactive statesPlaceholder text |
| 400 | BD50 #BD50FB | Disabled statesSecondary iconsMuted text |
| 500 | AA1E #AA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D04 #8D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #330250 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FF;
--black-100: #F2DCFE;
--black-200: #E6BEFE;
--black-300: #D38CFD;
--black-400: #BD50FB;
--black-500: #AA1EFA;
--black-600: #8D04DC;
--black-700: #7004AF;
--black-800: #50037D;
--black-900: #330250;
--black-950: #200132;
}