Black
#17042F
PurpleColor Codes
All color formats for development
HEX
#17042FRGB
rgb(23, 4, 47)HSL
hsl(267, 84%, 10%)OKLCH
oklch(0.178 0.081 298.5)CMYK
cmyk(51%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15042A
2#130326
3#100321
4#0E021C
5#0C0217
6#090213
7#07010E
8#050109
9#020005
Tints
Lighter variations
1#2C0859
2#410B83
3#560FAE
4#6B13D8
5#832CED
6#9B56F0
7#B480F4
8#CDABF8
9#E6D5FB
Tones
Muted variations
1#18062D
2#18082B
3#180B28
4#180D26
5#180F24
6#191122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF93 #BF93F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5B #9E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 832C #832CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6712 #6712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520E #520EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FE;
--black-100: #ECDEFC;
--black-200: #DBC2FA;
--black-300: #BF93F6;
--black-400: #9E5BF1;
--black-500: #832CED;
--black-600: #6712CE;
--black-700: #520EA4;
--black-800: #3A0A75;
--black-900: #25074B;
--black-950: #17042F;
}