Black
#22052E
PurpleColor Codes
All color formats for development
HEX
#22052ERGB
rgb(34, 5, 46)HSL
hsl(282, 80%, 10%)OKLCH
oklch(0.197 0.081 314.1)CMYK
cmyk(26%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0529
2#1B0425
3#180420
4#14031C
5#110317
6#0D0212
7#0A020E
8#070109
9#030105
Tints
Lighter variations
1#400A57
2#5E0E81
3#7D13AA
4#9B17D3
5#B130E8
6#C15AED
7#D083F1
8#E0ACF6
9#EFD6FA
Tones
Muted variations
1#21072C
2#20092A
3#1F0B28
4#1E0D26
5#1E0F24
6#1D1122
7#1C1320
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF1FD;
--black-100: #F3DFFB;
--black-200: #E8C3F8;
--black-300: #D795F3;
--black-400: #C25EED;
--black-500: #B130E8;
--black-600: #9416CA;
--black-700: #7612A1;
--black-800: #540D73;
--black-900: #360849;
--black-950: #22052E;
}