Black
#21062D
PurpleColor Codes
All color formats for development
HEX
#21062DRGB
rgb(33, 6, 45)HSL
hsl(282, 76%, 10%)OKLCH
oklch(0.196 0.078 313.4)CMYK
cmyk(27%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0628
2#1B0524
3#17041F
4#14041B
5#110316
6#0D0212
7#0A020D
8#070109
9#030104
Tints
Lighter variations
1#3F0C55
2#5D117E
3#7B17A6
4#991CCE
5#AF35E3
6#BF5DE9
7#CF86EE
8#DFAEF4
9#EFD7F9
Tones
Muted variations
1#20082B
2#200A29
3#1F0C27
4#1E0E25
5#1D1023
6#1D1221
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 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C5 #E8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D698 #D698F1 | BordersInactive statesPlaceholder text |
| 400 | C162 #C162EA | Disabled statesSecondary iconsMuted text |
| 500 | AF35 #AF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 921B #921BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7415 #74159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 350A #350A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F3E0FB;
--black-200: #E8C5F7;
--black-300: #D698F1;
--black-400: #C162EA;
--black-500: #AF35E3;
--black-600: #921BC5;
--black-700: #74159D;
--black-800: #530F70;
--black-900: #350A48;
--black-950: #21062D;
}