Black
#17052E
PurpleColor Codes
All color formats for development
HEX
#17052ERGB
rgb(23, 5, 46)HSL
hsl(266, 80%, 10%)OKLCH
oklch(0.179 0.078 298.7)CMYK
cmyk(50%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150529
2#120425
3#100420
4#0E031C
5#0B0317
6#090212
7#07020E
8#050109
9#020105
Tints
Lighter variations
1#2B0A57
2#400E81
3#5413AA
4#6917D3
5#8030E8
6#995AED
7#B383F1
8#CCACF6
9#E6D6FA
Tones
Muted variations
1#17072C
2#17092A
3#180B28
4#180D26
5#180F24
6#181122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FD;
--black-100: #EBDFFB;
--black-200: #DAC3F8;
--black-300: #BE95F3;
--black-400: #9C5EED;
--black-500: #8030E8;
--black-600: #6416CA;
--black-700: #5012A1;
--black-800: #390D73;
--black-900: #240849;
--black-950: #17052E;
}