Black
#16052E
PurpleColor Codes
All color formats for development
HEX
#16052ERGB
rgb(22, 5, 46)HSL
hsl(265, 80%, 10%)OKLCH
oklch(0.178 0.078 297.2)CMYK
cmyk(52%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#140529
2#120425
3#0F0420
4#0D031C
5#0B0317
6#090212
7#07020E
8#040109
9#020105
Tints
Lighter variations
1#2A0A57
2#3E0E81
3#5213AA
4#6617D3
5#7D30E8
6#975AED
7#B183F1
8#CBACF6
9#E5D6FA
Tones
Muted variations
1#16072C
2#17092A
3#170B28
4#170D26
5#180F24
6#181122
7#181320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FD;
--black-100: #EBDFFB;
--black-200: #D9C3F8;
--black-300: #BD95F3;
--black-400: #9A5EED;
--black-500: #7D30E8;
--black-600: #6116CA;
--black-700: #4D12A1;
--black-800: #370D73;
--black-900: #230849;
--black-950: #16052E;
}