Black
#17072C
PurpleColor Codes
All color formats for development
HEX
#17072CRGB
rgb(23, 7, 44)HSL
hsl(266, 73%, 10%)OKLCH
oklch(0.181 0.071 299.1)CMYK
cmyk(48%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150628
2#120623
3#10051F
4#0E041A
5#0C0316
6#090312
7#07020D
8#050109
9#020104
Tints
Lighter variations
1#2C0D54
2#40137C
3#5519A3
4#6A20CB
5#8138E0
6#9A60E6
7#B388EC
8#CDB0F3
9#E6D7F9
Tones
Muted variations
1#17092A
2#180B28
3#180C27
4#180E25
5#181023
6#191221
7#19141F
8#19161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF9A #BF9AEF | BordersInactive statesPlaceholder text |
| 400 | 9D65 #9D65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8138 #8138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651E #651EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5118 #51189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A11 #3A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 250B #250B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1707 #17072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F2FD;
--black-100: #EBE0FA;
--black-200: #DBC6F6;
--black-300: #BF9AEF;
--black-400: #9D65E7;
--black-500: #8138E0;
--black-600: #651EC2;
--black-700: #51189A;
--black-800: #3A116E;
--black-900: #250B47;
--black-950: #17072C;
}