Black
#160330
PurpleColor Codes
All color formats for development
HEX
#160330RGB
rgb(22, 3, 48)HSL
hsl(265, 88%, 10%)OKLCH
oklch(0.176 0.084 296.9)CMYK
cmyk(54%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14032B
2#110226
3#0F0222
4#0D021D
5#0B0218
6#090113
7#07010E
8#04010A
9#020005
Tints
Lighter variations
1#29065B
2#3D0986
3#510BB1
4#640EDD
5#7B27F1
6#9652F4
7#B07EF7
8#CAA9F9
9#E5D4FC
Tones
Muted variations
1#16052E
2#17082B
3#170A29
4#170C27
5#180E25
6#181122
7#181320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #EBDDFD;
--black-200: #D9C1FB;
--black-300: #BC91F8;
--black-400: #9957F4;
--black-500: #7B27F1;
--black-600: #600DD3;
--black-700: #4C0BA8;
--black-800: #360878;
--black-900: #23054D;
--black-950: #160330;
}