Black
#21072C
PurpleColor Codes
All color formats for development
HEX
#21072CRGB
rgb(33, 7, 44)HSL
hsl(282, 73%, 10%)OKLCH
oklch(0.197 0.074 314.1)CMYK
cmyk(25%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0628
2#1A0623
3#17051F
4#14041A
5#100316
6#0D0312
7#0A020D
8#070109
9#030104
Tints
Lighter variations
1#3F0D54
2#5C137C
3#7A19A3
4#9820CB
5#AE38E0
6#BE60E6
7#CE88EC
8#DFB0F3
9#EFD7F9
Tones
Muted variations
1#20092A
2#1F0B28
3#1F0C27
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 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D59A #D59AEF | BordersInactive statesPlaceholder text |
| 400 | C065 #C065E7 | Disabled statesSecondary iconsMuted text |
| 500 | AE38 #AE38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 911E #911EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7318 #73189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5211 #52116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 350B #350B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2107 #21072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F2E0FA;
--black-200: #E8C6F6;
--black-300: #D59AEF;
--black-400: #C065E7;
--black-500: #AE38E0;
--black-600: #911EC2;
--black-700: #73189A;
--black-800: #52116E;
--black-900: #350B47;
--black-950: #21072C;
}