Black
#16062D
PurpleColor Codes
All color formats for development
HEX
#16062DRGB
rgb(22, 6, 45)HSL
hsl(265, 76%, 10%)OKLCH
oklch(0.179 0.074 297.4)CMYK
cmyk(51%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140628
2#120524
3#10041F
4#0D041B
5#0B0316
6#090212
7#07020D
8#040109
9#020104
Tints
Lighter variations
1#2A0C55
2#3E117E
3#5217A6
4#661CCE
5#7E35E3
6#985DE9
7#B186EE
8#CBAEF4
9#E5D7F9
Tones
Muted variations
1#17082B
2#170A29
3#170C27
4#180E25
5#181023
6#181221
7#19141F
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 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F1 | BordersInactive statesPlaceholder text |
| 400 | 9A62 #9A62EA | Disabled statesSecondary iconsMuted text |
| 500 | 7E35 #7E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621B #621BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E15 #4E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 380F #380F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #EBE0FB;
--black-200: #DAC5F7;
--black-300: #BD98F1;
--black-400: #9A62EA;
--black-500: #7E35E3;
--black-600: #621BC5;
--black-700: #4E159D;
--black-800: #380F70;
--black-900: #240A48;
--black-950: #16062D;
}