Black
#22062D
PurpleColor Codes
All color formats for development
HEX
#22062DRGB
rgb(34, 6, 45)HSL
hsl(283, 76%, 10%)OKLCH
oklch(0.198 0.078 314.8)CMYK
cmyk(24%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0628
2#1B0524
3#18041F
4#14041B
5#110316
6#0E0212
7#0A020D
8#070109
9#030104
Tints
Lighter variations
1#400C55
2#5F117E
3#7D17A6
4#9C1CCE
5#B235E3
6#C15DE9
7#D186EE
8#E0AEF4
9#F0D7F9
Tones
Muted variations
1#21082B
2#200A29
3#1F0C27
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 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C5 #E9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D898 #D898F1 | BordersInactive statesPlaceholder text |
| 400 | C362 #C362EA | Disabled statesSecondary iconsMuted text |
| 500 | B235 #B235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 951B #951BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7715 #77159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550F #550F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 360A #360A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F3E0FB;
--black-200: #E9C5F7;
--black-300: #D898F1;
--black-400: #C362EA;
--black-500: #B235E3;
--black-600: #951BC5;
--black-700: #77159D;
--black-800: #550F70;
--black-900: #360A48;
--black-950: #22062D;
}