Black
#16072C
PurpleColor Codes
All color formats for development
HEX
#16072CRGB
rgb(22, 7, 44)HSL
hsl(264, 73%, 10%)OKLCH
oklch(0.18 0.071 297.5)CMYK
cmyk(50%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140628
2#110623
3#0F051F
4#0D041A
5#0B0316
6#090312
7#07020D
8#040109
9#020104
Tints
Lighter variations
1#290D54
2#3D137C
3#5119A3
4#6420CB
5#7B38E0
6#9660E6
7#B088EC
8#CAB0F3
9#E5D7F9
Tones
Muted variations
1#16092A
2#170B28
3#170C27
4#170E25
5#181023
6#181221
7#18141F
8#19161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C6 #D9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC9A #BC9AEF | BordersInactive statesPlaceholder text |
| 400 | 9965 #9965E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B38 #7B38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 601E #601EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C18 #4C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3611 #36116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 230B #230B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1607 #16072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #EBE0FA;
--black-200: #D9C6F6;
--black-300: #BC9AEF;
--black-400: #9965E7;
--black-500: #7B38E0;
--black-600: #601EC2;
--black-700: #4C189A;
--black-800: #36116E;
--black-900: #230B47;
--black-950: #16072C;
}