Black
#20072C
PurpleColor Codes
All color formats for development
HEX
#20072CRGB
rgb(32, 7, 44)HSL
hsl(281, 73%, 10%)OKLCH
oklch(0.195 0.074 312.7)CMYK
cmyk(27%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0628
2#1A0623
3#17051F
4#13041A
5#100316
6#0D0312
7#0A020D
8#060109
9#030104
Tints
Lighter variations
1#3D0D54
2#5B137C
3#7819A3
4#9520CB
5#AB38E0
6#BC60E6
7#CD88EC
8#DDB0F3
9#EED7F9
Tones
Muted variations
1#20092A
2#1F0B28
3#1E0C27
4#1E0E25
5#1D1023
6#1C1221
7#1C141F
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 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C6 #E7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D49A #D49AEF | BordersInactive statesPlaceholder text |
| 400 | BE65 #BE65E7 | Disabled statesSecondary iconsMuted text |
| 500 | AB38 #AB38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E1E #8E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7118 #71189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5111 #51116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 340B #340B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F2FD;
--black-100: #F2E0FA;
--black-200: #E7C6F6;
--black-300: #D49AEF;
--black-400: #BE65E7;
--black-500: #AB38E0;
--black-600: #8E1EC2;
--black-700: #71189A;
--black-800: #51116E;
--black-900: #340B47;
--black-950: #20072C;
}