Black
#170330
PurpleColor Codes
All color formats for development
HEX
#170330RGB
rgb(23, 3, 48)HSL
hsl(267, 88%, 10%)OKLCH
oklch(0.177 0.085 298.3)CMYK
cmyk(52%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15032B
2#130226
3#100222
4#0E021D
5#0C0218
6#090113
7#07010E
8#05010A
9#020005
Tints
Lighter variations
1#2C065B
2#410986
3#560BB1
4#6B0EDD
5#8227F1
6#9B52F4
7#B47EF7
8#CDA9F9
9#E6D4FC
Tones
Muted variations
1#17052E
2#18082B
3#180A29
4#180C27
5#180E25
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 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FE;
--black-100: #ECDDFD;
--black-200: #DBC1FB;
--black-300: #BF91F8;
--black-400: #9E57F4;
--black-500: #8227F1;
--black-600: #660DD3;
--black-700: #510BA8;
--black-800: #3A0878;
--black-900: #25054D;
--black-950: #170330;
}