Black
#22072C
PurpleColor Codes
All color formats for development
HEX
#22072CRGB
rgb(34, 7, 44)HSL
hsl(284, 73%, 10%)OKLCH
oklch(0.198 0.075 315.5)CMYK
cmyk(23%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0628
2#1B0623
3#18051F
4#15041A
5#110316
6#0E0312
7#0A020D
8#070109
9#030104
Tints
Lighter variations
1#410D54
2#60137C
3#7E19A3
4#9D20CB
5#B338E0
6#C260E6
7#D288EC
8#E1B0F3
9#F0D7F9
Tones
Muted variations
1#21092A
2#200B28
3#200C27
4#1F0E25
5#1E1023
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 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C6 #E9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D89A #D89AEF | BordersInactive statesPlaceholder text |
| 400 | C465 #C465E7 | Disabled statesSecondary iconsMuted text |
| 500 | B338 #B338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 961E #961EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7818 #78189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5511 #55116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 370B #370B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F3E0FA;
--black-200: #E9C6F6;
--black-300: #D89AEF;
--black-400: #C465E7;
--black-500: #B338E0;
--black-600: #961EC2;
--black-700: #78189A;
--black-800: #55116E;
--black-900: #370B47;
--black-950: #22072C;
}