Black
#20062D
PurpleColor Codes
All color formats for development
HEX
#20062DRGB
rgb(32, 6, 45)HSL
hsl(280, 76%, 10%)OKLCH
oklch(0.194 0.077 312.1)CMYK
cmyk(29%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0628
2#1A0524
3#16041F
4#13041B
5#100316
6#0D0212
7#0A020D
8#060109
9#030104
Tints
Lighter variations
1#3D0C55
2#59117E
3#7617A6
4#931CCE
5#A935E3
6#BA5DE9
7#CC86EE
8#DDAEF4
9#EED7F9
Tones
Muted variations
1#1F082B
2#1F0A29
3#1E0C27
4#1D0E25
5#1D1023
6#1C1221
7#1B141F
8#1B161D
9#1A181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F1 | BordersInactive statesPlaceholder text |
| 400 | BC62 #BC62EA | Disabled statesSecondary iconsMuted text |
| 500 | A935 #A935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1B #8D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F2FD;
--black-100: #F2E0FB;
--black-200: #E6C5F7;
--black-300: #D398F1;
--black-400: #BC62EA;
--black-500: #A935E3;
--black-600: #8D1BC5;
--black-700: #70159D;
--black-800: #500F70;
--black-900: #330A48;
--black-950: #20062D;
}